Html Css Color HEX #572012 Caput Mortuum

📋 copy color: '#572012'

red 87 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #572012

Tints of Caput Mortuum #572012

RGB

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

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

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

R = 63.5%
G = 23.36%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#572012 (or 0x572012) is known color: Caput Mortuum. HEX triplet: 57, 20 and 12. RGB value is (87,32,18). Sum of RGB (Red+Green+Blue) = 87+32+18=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #572012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572012 is #A8DFED. Grayscale: #2E2E2E. Windows color (decimal): -11067374 or 1187927. OLE color: 1187927.

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

Color convert

RGB 87 32 18 -
CMYK 0 0.63 0.79 0.66
HSL 12.17º 0.66% 0.21% -
HSV(B) 12.17º 0.79% 0.34% -
XYZ 4.56 3.1 0.93 -
YUV 46.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 87 32 18 0 0.63 0.79 0.66 12.17 0.66 0.21
Hex 57 20 12 0 3F 4F 42 C 42 15
Octal 127 40 22 0 77 117 102 14 102 25
Binary 1010111 100000 10010 0 111111 1001111 1000010 1100 1000010 10101

Color Harmonies of #572012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572012

Black with #572012

Text Example


Text Example

White with #572012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572012; }

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

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

background-color css

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

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

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

border-color css

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

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

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