#592D1E

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

Shades of Caput Mortuum #592D1E

Tints of Caput Mortuum #592D1E

Color information

#592D1E (or 0x592D1E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2D and 1E. RGB value is (89,45,30). Sum of RGB (Red+Green+Blue) = 89+45+30=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #592D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D1E is #A6D2E1. Grayscale: #383838. Windows color (decimal): -10932962 or 1977689. OLE color: 1977689.

HSL color Cylindrical-coordinate representation of color #592D1E: hue angle of 15.25º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #592D1E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB894530-
CMYK00.490.660.65
HSL15.25º49.58%23.33%-
HSV(B)15.25º66.29%34.9%-
XYZ5.294.091.74-
YUV56.45113.08151.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=54.27%
G=27.44%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89453000.490.660.6515.2549.5823.33
Hex592D1E0314241f3217
Octal1315536061102101176227
Binary101100110110111110011000110000101000001111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592D1E; }

 p { color: rgb(89,45,30); }

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

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

 a { background-color: rgb(89,45,30); }

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

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

 span { border-color: rgb(89,45,30); }

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