Html Css Color HEX #592A20 Caput Mortuum

📋 copy color: '#592A20'

red 89 ◦ green 42 ◦ blue 32

#592A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #592A20

Tints of Caput Mortuum #592A20

RGB

 RED value IS 89 (35.16% from 255) = 54.6%

 GREEN value IS 42 (16.8% from 255) = 25.77%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 54.6%
G = 25.77%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#592A20 (or 0x592A20) is known color: Caput Mortuum. HEX triplet: 59, 2A and 20. RGB value is (89,42,32). Sum of RGB (Red+Green+Blue) = 89+42+32=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A20 is #A6D5DF. Grayscale: #373737. Windows color (decimal): -10933728 or 2107993. OLE color: 2107993.

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

Color convert

RGB 89 42 32 -
CMYK 0 0.53 0.64 0.65
HSL 10.53º 0.47% 0.24% -
HSV(B) 10.53º 0.64% 0.35% -
XYZ 5.21 3.88 1.84 -
YUV 54.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 89 42 32 0 0.53 0.64 0.65 10.53 0.47 0.24
Hex 59 2A 20 0 35 40 41 B 2F 18
Octal 131 52 40 0 65 100 101 13 57 30
Binary 1011001 101010 100000 0 110101 1000000 1000001 1011 101111 11000

Color Harmonies of #592A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A20

Black with #592A20

Text Example


Text Example

White with #592A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #592A20;
 }
 .AnyTagClassName
 {
   color: #592A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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