#592720

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

Shades of Caput Mortuum #592720

Tints of Caput Mortuum #592720

Color information

#592720 (or 0x592720) is unknown color: approx Caput Mortuum. HEX triplet: 59, 27 and 20. RGB value is (89,39,32). Sum of RGB (Red+Green+Blue) = 89+39+32=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592720 is #A6D8DF. Grayscale: #353535. Windows color (decimal): -10934496 or 2107225. OLE color: 2107225.

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

Color convert

RGB893932-
CMYK00.560.640.65
HSL7.37º47.11%23.73%-
HSV(B)7.37º64.04%34.9%-
XYZ5.113.681.81-
YUV53.15116.06153.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 32 (12.89% from 255) = 20%
R=55.62%
G=24.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89393200.560.640.657.3747.1123.73
Hex592720038404172f18
Octal131474007010010175730
Binary101100110011110000001110001000000100000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592720; }

 p { color: rgb(89,39,32); }

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

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

 a { background-color: rgb(89,39,32); }

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

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

 span { border-color: rgb(89,39,32); }

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