Html Css Color HEX #592C1F Caput Mortuum

📋 copy color: '#592C1F'

red 89 ◦ green 44 ◦ blue 31

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

Shades of Caput Mortuum #592C1F

Tints of Caput Mortuum #592C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.83%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 54.27%
G = 26.83%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#592C1F (or 0x592C1F) is known color: Caput Mortuum. HEX triplet: 59, 2C and 1F. RGB value is (89,44,31). Sum of RGB (Red+Green+Blue) = 89+44+31=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #592C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C1F is #A6D3E0. Grayscale: #383838. Windows color (decimal): -10933217 or 2042969. OLE color: 2042969.

HSL color Cylindrical-coordinate representation of color #592C1F: hue angle of 13.45º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592C1F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 44 31 -
CMYK 0 0.51 0.65 0.65
HSL 13.45º 0.48% 0.24% -
HSV(B) 13.45º 0.65% 0.35% -
XYZ 5.27 4.02 1.8 -
YUV 55.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 89 44 31 0 0.51 0.65 0.65 13.45 0.48 0.24
Hex 59 2C 1F 0 33 41 41 D 30 18
Octal 131 54 37 0 63 101 101 15 60 30
Binary 1011001 101100 11111 0 110011 1000001 1000001 1101 110000 11000

Color Harmonies of #592C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C1F

Black with #592C1F

Text Example


Text Example

White with #592C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,44,31); }

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

background-color css

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

 a { background-color: rgb(89,44,31); }

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

border-color css

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

 span { border-color: rgb(89,44,31); }

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