#59291A

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

Shades of Caput Mortuum #59291A

Tints of Caput Mortuum #59291A

Color information

#59291A (or 0x59291A) is unknown color: approx Caput Mortuum. HEX triplet: 59, 29 and 1A. RGB value is (89,41,26). Sum of RGB (Red+Green+Blue) = 89+41+26=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59291A is #A6D6E5. Grayscale: #353535. Windows color (decimal): -10933990 or 1714521. OLE color: 1714521.

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

Color convert

RGB894126-
CMYK00.540.710.65
HSL14.29º54.78%22.55%-
HSV(B)14.29º70.79%34.9%-
XYZ5.13.781.44-
YUV53.64112.4153.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=57.05%
G=26.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89412600.540.710.6514.2954.7822.55
Hex59291A0364741e3717
Octal1315132066107101166727
Binary101100110100111010011011010001111000001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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