#592212

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

Shades of Caput Mortuum #592212

Tints of Caput Mortuum #592212

Color information

#592212 (or 0x592212) is unknown color: approx Caput Mortuum. HEX triplet: 59, 22 and 12. RGB value is (89,34,18). Sum of RGB (Red+Green+Blue) = 89+34+18=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #592212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592212 is #A6DDED. Grayscale: #303030. Windows color (decimal): -10935790 or 1188441. OLE color: 1188441.

HSL color Cylindrical-coordinate representation of color #592212: hue angle of 13.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592212 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB893418-
CMYK00.620.800.65
HSL13.52º66.36%20.98%-
HSV(B)13.52º79.78%34.9%-
XYZ4.83.310.96-
YUV48.62110.72156.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=63.12%
G=24.11%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89341800.620.800.6513.5266.3620.98
Hex59221203E5041e4215
Octal13142220761201011610225
Binary1011001100010100100111110101000010000011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592212; }

 p { color: rgb(89,34,18); }

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

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

 a { background-color: rgb(89,34,18); }

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

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

 span { border-color: rgb(89,34,18); }

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