#532117

Color #532117 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #532117

Tints of Caput Mortuum #532117

Color information

#532117 (or 0x532117) is unknown color: approx Caput Mortuum. HEX triplet: 53, 21 and 17. RGB value is (83,33,23). Sum of RGB (Red+Green+Blue) = 83+33+23=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532117 is #ACDEE8. Grayscale: #2E2E2E. Windows color (decimal): -11329257 or 1515859. OLE color: 1515859.

HSL color Cylindrical-coordinate representation of color #532117: hue angle of 10º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532117 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB833323-
CMYK00.600.720.67
HSL10º56.6%20.78%-
HSV(B)10º72.29%32.55%-
XYZ4.272.991.16-
YUV46.81114.56153.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=59.71%
G=23.74%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83332300.600.720.671056.620.78
Hex53211703C4843a3915
Octal1234127074110103127125
Binary101001110000110111011110010010001000011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532117; }

 p { color: rgb(83,33,23); }

 H1.HeaderClassName
 {
   color: #532117;
 }
 .AnyTagClassName
 {
   color: #532117;
 }
</style>
background-color css

<style>
 a { background-color: #532117; }

 a { background-color: rgb(83,33,23); }

 div.DivClassName
 {
   background-color: #532117;
 }
 .BgClassName
 {
   background-color: #532117;
 }
</style>
border-color css

<style>
 span { border-color: #532117; }

 span { border-color: rgb(83,33,23); }

 td.TdClassName
 {
   border-color: #532117;
 }
 .TagClassName
 {
   border-color: #532117;
 }
</style>