#572514

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

Shades of Caput Mortuum #572514

Tints of Caput Mortuum #572514

Color information

#572514 (or 0x572514) is unknown color: approx Caput Mortuum. HEX triplet: 57, 25 and 14. RGB value is (87,37,20). Sum of RGB (Red+Green+Blue) = 87+37+20=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #572514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572514 is #A8DAEB. Grayscale: #323232. Windows color (decimal): -11066092 or 1320279. OLE color: 1320279.

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

Color convert

RGB873720-
CMYK00.570.770.66
HSL15.22º62.62%20.98%-
HSV(B)15.22º77.01%34.12%-
XYZ4.723.41.07-
YUV50.01111.06154.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=60.42%
G=25.69%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87372000.570.770.6615.2262.6220.98
Hex5725140394D42f3f15
Octal1274524071115102177725
Binary101011110010110100011100110011011000010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572514; }

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

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

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

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

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

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

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

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