#572114

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

Shades of Caput Mortuum #572114

Tints of Caput Mortuum #572114

Color information

#572114 (or 0x572114) is unknown color: approx Caput Mortuum. HEX triplet: 57, 21 and 14. RGB value is (87,33,20). Sum of RGB (Red+Green+Blue) = 87+33+20=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #572114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572114 is #A8DEEB. Grayscale: #2F2F2F. Windows color (decimal): -11067116 or 1319255. OLE color: 1319255.

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

Color convert

RGB873320-
CMYK00.620.770.66
HSL11.64º62.62%20.98%-
HSV(B)11.64º77.01%34.12%-
XYZ4.63.161.03-
YUV47.66112.39156.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=62.14%
G=23.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87332000.620.770.6611.6462.6220.98
Hex57211403E4D42c3f15
Octal1274124076115102147725
Binary101011110000110100011111010011011000010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572114; }

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

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

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

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

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

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

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

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