Html Css Color HEX #592414 Caput Mortuum

📋 copy color: '#592414'

red 89 ◦ green 36 ◦ blue 20

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

Shades of Caput Mortuum #592414

Tints of Caput Mortuum #592414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 61.38%
G = 24.83%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#592414 (or 0x592414) is known color: Caput Mortuum. HEX triplet: 59, 24 and 14. RGB value is (89,36,20). Sum of RGB (Red+Green+Blue) = 89+36+20=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592414 is #A6DBEB. Grayscale: #323232. Windows color (decimal): -10935276 or 1320025. OLE color: 1320025.

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

Color convert

RGB 89 36 20 -
CMYK 0 0.60 0.78 0.65
HSL 13.91º 0.63% 0.21% -
HSV(B) 13.91º 0.78% 0.35% -
XYZ 4.88 3.44 1.07 -
YUV 50.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 89 36 20 0 0.60 0.78 0.65 13.91 0.63 0.21
Hex 59 24 14 0 3C 4E 41 E 3F 15
Octal 131 44 24 0 74 116 101 16 77 25
Binary 1011001 100100 10100 0 111100 1001110 1000001 1110 111111 10101

Color Harmonies of #592414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592414

Black with #592414

Text Example


Text Example

White with #592414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592414; }

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

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

background-color css

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

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

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

border-color css

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

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

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