#592A1E

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

Shades of Caput Mortuum #592A1E

Tints of Caput Mortuum #592A1E

Color information

#592A1E (or 0x592A1E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2A and 1E. RGB value is (89,42,30). Sum of RGB (Red+Green+Blue) = 89+42+30=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #592A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A1E is #A6D5E1. Grayscale: #363636. Windows color (decimal): -10933730 or 1976921. OLE color: 1976921.

HSL color Cylindrical-coordinate representation of color #592A1E: hue angle of 12.2º 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 #592A1E is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB894230-
CMYK00.530.660.65
HSL12.2º49.58%23.33%-
HSV(B)12.2º66.29%34.9%-
XYZ5.183.871.7-
YUV54.68114.07152.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=55.28%
G=26.09%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89423000.530.660.6512.249.5823.33
Hex592A1E0354241c3217
Octal1315236065102101146227
Binary101100110101011110011010110000101000001110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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