#572B1C

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

Shades of Caput Mortuum #572B1C

Tints of Caput Mortuum #572B1C

Color information

#572B1C (or 0x572B1C) is unknown color: approx Caput Mortuum. HEX triplet: 57, 2B and 1C. RGB value is (87,43,28). Sum of RGB (Red+Green+Blue) = 87+43+28=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #572B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B1C is #A8D4E3. Grayscale: #363636. Windows color (decimal): -11064548 or 1846103. OLE color: 1846103.

HSL color Cylindrical-coordinate representation of color #572B1C: hue angle of 15.25º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572B1C is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB874328-
CMYK00.510.680.66
HSL15.25º51.3%22.55%-
HSV(B)15.25º67.82%34.12%-
XYZ53.841.58-
YUV54.45113.08151.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=55.06%
G=27.22%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87432800.510.680.6615.2551.322.55
Hex572B1C0334442f3317
Octal1275334063104102176327
Binary101011110101111100011001110001001000010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572B1C; }

 p { color: rgb(87,43,28); }

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

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

 a { background-color: rgb(87,43,28); }

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

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

 span { border-color: rgb(87,43,28); }

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