Html Css Color HEX #592014 Caput Mortuum

📋 copy color: '#592014'

red 89 ◦ green 32 ◦ blue 20

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

Shades of Caput Mortuum #592014

Tints of Caput Mortuum #592014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 63.12%
G = 22.7%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#592014 (or 0x592014) is known color: Caput Mortuum. HEX triplet: 59, 20 and 14. RGB value is (89,32,20). Sum of RGB (Red+Green+Blue) = 89+32+20=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #592014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592014 is #A6DFEB. Grayscale: #2F2F2F. Windows color (decimal): -10936300 or 1319001. OLE color: 1319001.

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

Color convert

RGB 89 32 20 -
CMYK 0 0.64 0.78 0.65
HSL 10.43º 0.63% 0.21% -
HSV(B) 10.43º 0.78% 0.35% -
XYZ 4.76 3.21 1.03 -
YUV 47.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 89 32 20 0 0.64 0.78 0.65 10.43 0.63 0.21
Hex 59 20 14 0 40 4E 41 A 3F 15
Octal 131 40 24 0 100 116 101 12 77 25
Binary 1011001 100000 10100 0 1000000 1001110 1000001 1010 111111 10101

Color Harmonies of #592014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592014

Black with #592014

Text Example


Text Example

White with #592014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592014; }

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

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

background-color css

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

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

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

border-color css

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

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

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