Html Css Color HEX #592212 Caput Mortuum

📋 copy color: '#592212'

red 89 ◦ green 34 ◦ blue 18

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

Shades of Caput Mortuum #592212

Tints of Caput Mortuum #592212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 63.12%
G = 24.11%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#592212 (or 0x592212) is known color: Caput Mortuum. HEX triplet: 59, 22 and 12. RGB value is (89,34,18). Sum of RGB (Red+Green+Blue) = 89+34+18=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #592212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592212 is #A6DDED. Grayscale: #303030. Windows color (decimal): -10935790 or 1188441. OLE color: 1188441.

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

Color convert

RGB 89 34 18 -
CMYK 0 0.62 0.80 0.65
HSL 13.52º 0.66% 0.21% -
HSV(B) 13.52º 0.8% 0.35% -
XYZ 4.8 3.31 0.96 -
YUV 48.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 89 34 18 0 0.62 0.80 0.65 13.52 0.66 0.21
Hex 59 22 12 0 3E 50 41 E 42 15
Octal 131 42 22 0 76 120 101 16 102 25
Binary 1011001 100010 10010 0 111110 1010000 1000001 1110 1000010 10101

Color Harmonies of #592212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592212

Black with #592212

Text Example


Text Example

White with #592212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592212; }

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

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

background-color css

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

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

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

border-color css

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

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

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