#592C1F

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

Shades of Caput Mortuum #592C1F

Tints of Caput Mortuum #592C1F

Color information

#592C1F (or 0x592C1F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 2C and 1F. RGB value is (89,44,31). Sum of RGB (Red+Green+Blue) = 89+44+31=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #592C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C1F is #A6D3E0. Grayscale: #383838. Windows color (decimal): -10933217 or 2042969. OLE color: 2042969.

HSL color Cylindrical-coordinate representation of color #592C1F: hue angle of 13.45º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592C1F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB894431-
CMYK00.510.650.65
HSL13.45º48.33%23.53%-
HSV(B)13.45º65.17%34.9%-
XYZ5.274.021.8-
YUV55.97113.91151.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=54.27%
G=26.83%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89443100.510.650.6513.4548.3323.53
Hex592C1F0334141d3018
Octal1315437063101101156030
Binary101100110110011111011001110000011000001110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,44,31); }

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

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

 a { background-color: rgb(89,44,31); }

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

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

 span { border-color: rgb(89,44,31); }

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