#59291B

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

Shades of Caput Mortuum #59291B

Tints of Caput Mortuum #59291B

Color information

#59291B (or 0x59291B) is unknown color: approx Caput Mortuum. HEX triplet: 59, 29 and 1B. RGB value is (89,41,27). Sum of RGB (Red+Green+Blue) = 89+41+27=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59291B is #A6D6E4. Grayscale: #353535. Windows color (decimal): -10933989 or 1780057. OLE color: 1780057.

HSL color Cylindrical-coordinate representation of color #59291B: hue angle of 13.55º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59291B is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB894127-
CMYK00.540.700.65
HSL13.55º53.45%22.75%-
HSV(B)13.55º69.66%34.9%-
XYZ5.113.791.5-
YUV53.76112.9153.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=56.69%
G=26.11%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89412700.540.700.6513.5553.4522.75
Hex59291B0364641e3517
Octal1315133066106101166527
Binary101100110100111011011011010001101000001111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59291B; }

 p { color: rgb(89,41,27); }

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

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

 a { background-color: rgb(89,41,27); }

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

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

 span { border-color: rgb(89,41,27); }

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