#592A1C

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

Shades of Caput Mortuum #592A1C

Tints of Caput Mortuum #592A1C

Color information

#592A1C (or 0x592A1C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2A and 1C. RGB value is (89,42,28). Sum of RGB (Red+Green+Blue) = 89+42+28=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #592A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A1C is #A6D5E3. Grayscale: #363636. Windows color (decimal): -10933732 or 1845849. OLE color: 1845849.

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

Color convert

RGB894228-
CMYK00.530.690.65
HSL13.77º52.14%22.94%-
HSV(B)13.77º68.54%34.9%-
XYZ5.163.861.57-
YUV54.46113.07152.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=55.97%
G=26.42%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89422800.530.690.6513.7752.1422.94
Hex592A1C0354541e3417
Octal1315234065105101166427
Binary101100110101011100011010110001011000001111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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