#592B1C

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

Shades of Caput Mortuum #592B1C

Tints of Caput Mortuum #592B1C

Color information

#592B1C (or 0x592B1C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2B and 1C. RGB value is (89,43,28). Sum of RGB (Red+Green+Blue) = 89+43+28=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B1C is #A6D4E3. Grayscale: #373737. Windows color (decimal): -10933476 or 1846105. OLE color: 1846105.

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

Color convert

RGB894328-
CMYK00.520.690.65
HSL14.75º52.14%22.94%-
HSV(B)14.75º68.54%34.9%-
XYZ5.193.941.58-
YUV55.04112.74152.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=55.62%
G=26.88%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89432800.520.690.6514.7552.1422.94
Hex592B1C0344541f3417
Octal1315334064105101176427
Binary101100110101111100011010010001011000001111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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