Html Css Color HEX #572011 Caput Mortuum

📋 copy color: '#572011'

red 87 ◦ green 32 ◦ blue 17

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

Shades of Caput Mortuum #572011

Tints of Caput Mortuum #572011

RGB

 RED value IS 87 (34.38% from 255) = 63.97%

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 63.97%
G = 23.53%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#572011 (or 0x572011) is known color: Caput Mortuum. HEX triplet: 57, 20 and 11. RGB value is (87,32,17). Sum of RGB (Red+Green+Blue) = 87+32+17=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #572011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572011 is #A8DFEE. Grayscale: #2E2E2E. Windows color (decimal): -11067375 or 1122391. OLE color: 1122391.

HSL color Cylindrical-coordinate representation of color #572011: hue angle of 12.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572011 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 17 -
CMYK 0 0.63 0.80 0.66
HSL 12.86º 0.67% 0.2% -
HSV(B) 12.86º 0.8% 0.34% -
XYZ 4.55 3.1 0.89 -
YUV 46.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 87 32 17 0 0.63 0.80 0.66 12.86 0.67 0.2
Hex 57 20 11 0 3F 50 42 D 43 14
Octal 127 40 21 0 77 120 102 15 103 24
Binary 1010111 100000 10001 0 111111 1010000 1000010 1101 1000011 10100

Color Harmonies of #572011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572011

Black with #572011

Text Example


Text Example

White with #572011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572011; }

 p { color: rgb(87,32,17); }

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

background-color css

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

 a { background-color: rgb(87,32,17); }

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

border-color css

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

 span { border-color: rgb(87,32,17); }

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