#571E14

Color #571E14 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #571E14

Tints of Caput Mortuum #571E14

Color information

#571E14 (or 0x571E14) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1E and 14. RGB value is (87,30,20). Sum of RGB (Red+Green+Blue) = 87+30+20=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E14 is #A8E1EB. Grayscale: #2E2E2E. Windows color (decimal): -11067884 or 1318487. OLE color: 1318487.

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

Color convert

RGB873020-
CMYK00.660.770.66
HSL8.96º62.62%20.98%-
HSV(B)8.96º77.01%34.12%-
XYZ4.523.011-
YUV45.9113.38157.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=63.50%
G=21.90%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87302000.660.770.668.9662.6220.98
Hex571E140424D4293f15
Octal12736240102115102117725
Binary101011111110101000100001010011011000010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E14; }

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

 H1.HeaderClassName
 {
   color: #571E14;
 }
 .AnyTagClassName
 {
   color: #571E14;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #571E14;
 }
 .BgClassName
 {
   background-color: #571E14;
 }
</style>
border-color css

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

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

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