Html Css Color HEX #572014 Caput Mortuum

📋 copy color: '#572014'

red 87 ◦ green 32 ◦ blue 20

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

Shades of Caput Mortuum #572014

Tints of Caput Mortuum #572014

RGB

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

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

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

R = 62.59%
G = 23.02%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#572014 (or 0x572014) is known color: Caput Mortuum. HEX triplet: 57, 20 and 14. RGB value is (87,32,20). Sum of RGB (Red+Green+Blue) = 87+32+20=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #572014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572014 is #A8DFEB. Grayscale: #2F2F2F. Windows color (decimal): -11067372 or 1318999. OLE color: 1318999.

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

Color convert

RGB 87 32 20 -
CMYK 0 0.63 0.77 0.66
HSL 10.75º 0.63% 0.21% -
HSV(B) 10.75º 0.77% 0.34% -
XYZ 4.57 3.11 1.02 -
YUV 47.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 87 32 20 0 0.63 0.77 0.66 10.75 0.63 0.21
Hex 57 20 14 0 3F 4D 42 B 3F 15
Octal 127 40 24 0 77 115 102 13 77 25
Binary 1010111 100000 10100 0 111111 1001101 1000010 1011 111111 10101

Color Harmonies of #572014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572014

Black with #572014

Text Example


Text Example

White with #572014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572014; }

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

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

background-color css

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

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

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

border-color css

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

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

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