#592920

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

Shades of Caput Mortuum #592920

Tints of Caput Mortuum #592920

Color information

#592920 (or 0x592920) is unknown color: approx Caput Mortuum. HEX triplet: 59, 29 and 20. RGB value is (89,41,32). Sum of RGB (Red+Green+Blue) = 89+41+32=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592920 is #A6D6DF. Grayscale: #363636. Windows color (decimal): -10933984 or 2107737. OLE color: 2107737.

HSL color Cylindrical-coordinate representation of color #592920: hue angle of 9.47º 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 #592920 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB894132-
CMYK00.540.640.65
HSL9.47º47.11%23.73%-
HSV(B)9.47º64.04%34.9%-
XYZ5.173.811.83-
YUV54.33115.4152.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=54.94%
G=25.31%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89413200.540.640.659.4747.1123.73
Hex592920036404192f18
Octal1315140066100101115730
Binary1011001101001100000011011010000001000001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592920; }

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

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

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

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

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

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

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

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