Html Css Color HEX #572412 Caput Mortuum

📋 copy color: '#572412'

red 87 ◦ green 36 ◦ blue 18

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

Shades of Caput Mortuum #572412

Tints of Caput Mortuum #572412

RGB

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

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

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

R = 61.7%
G = 25.53%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#572412 (or 0x572412) is known color: Caput Mortuum. HEX triplet: 57, 24 and 12. RGB value is (87,36,18). Sum of RGB (Red+Green+Blue) = 87+36+18=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572412 is #A8DBED. Grayscale: #313131. Windows color (decimal): -11066350 or 1188951. OLE color: 1188951.

HSL color Cylindrical-coordinate representation of color #572412: hue angle of 15.65º 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 #572412 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 36 18 -
CMYK 0 0.59 0.79 0.66
HSL 15.65º 0.66% 0.21% -
HSV(B) 15.65º 0.79% 0.34% -
XYZ 4.67 3.33 0.97 -
YUV 49.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 87 36 18 0 0.59 0.79 0.66 15.65 0.66 0.21
Hex 57 24 12 0 3B 4F 42 10 42 15
Octal 127 44 22 0 73 117 102 20 102 25
Binary 1010111 100100 10010 0 111011 1001111 1000010 10000 1000010 10101

Color Harmonies of #572412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572412

Black with #572412

Text Example


Text Example

White with #572412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572412; }

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

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

background-color css

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

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

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

border-color css

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

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

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