Html Css Color HEX #592012 Caput Mortuum

📋 copy color: '#592012'

red 89 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #592012

Tints of Caput Mortuum #592012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 64.03%
G = 23.02%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#592012 (or 0x592012) is known color: Caput Mortuum. HEX triplet: 59, 20 and 12. RGB value is (89,32,18). Sum of RGB (Red+Green+Blue) = 89+32+18=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #592012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592012 is #A6DFED. Grayscale: #2F2F2F. Windows color (decimal): -10936302 or 1187929. OLE color: 1187929.

HSL color Cylindrical-coordinate representation of color #592012: hue angle of 11.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592012 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 18 -
CMYK 0 0.64 0.80 0.65
HSL 11.83º 0.66% 0.21% -
HSV(B) 11.83º 0.8% 0.35% -
XYZ 4.75 3.2 0.94 -
YUV 47.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 89 32 18 0 0.64 0.80 0.65 11.83 0.66 0.21
Hex 59 20 12 0 40 50 41 C 42 15
Octal 131 40 22 0 100 120 101 14 102 25
Binary 1011001 100000 10010 0 1000000 1010000 1000001 1100 1000010 10101

Color Harmonies of #592012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592012

Black with #592012

Text Example


Text Example

White with #592012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592012; }

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

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

background-color css

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

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

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

border-color css

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

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

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