#572014

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

Shades of Caput Mortuum #572014

Tints of Caput Mortuum #572014

Color information

#572014 (or 0x572014) is unknown color: approx 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

RGB873220-
CMYK00.630.770.66
HSL10.75º62.62%20.98%-
HSV(B)10.75º77.01%34.12%-
XYZ4.573.111.02-
YUV47.08112.72156.48-

RGB Variations

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

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.20% from 255) = 14.39%
R=62.59%
G=23.02%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87322000.630.770.6610.7562.6220.98
Hex57201403F4D42b3f15
Octal1274024077115102137725
Binary101011110000010100011111110011011000010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>