#572822

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

Shades of Caput Mortuum #572822

Tints of Caput Mortuum #572822

Color information

#572822 (or 0x572822) is unknown color: approx Caput Mortuum. HEX triplet: 57, 28 and 22. RGB value is (87,40,34). Sum of RGB (Red+Green+Blue) = 87+40+34=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #572822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572822 is #A8D7DD. Grayscale: #353535. Windows color (decimal): -11065310 or 2238551. OLE color: 2238551.

HSL color Cylindrical-coordinate representation of color #572822: hue angle of 6.79º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572822 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB874034-
CMYK00.540.610.66
HSL6.79º43.8%23.73%-
HSV(B)6.79º60.92%34.12%-
XYZ4.983.661.96-
YUV53.37117.07151.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 34 (13.67% from 255) = 21.12%
R=54.04%
G=24.84%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87403400.540.610.666.7943.823.73
Hex5728220363D4272c18
Octal12750420667510275430
Binary10101111010001000100110110111101100001011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572822; }

 p { color: rgb(87,40,34); }

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

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

 a { background-color: rgb(87,40,34); }

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

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

 span { border-color: rgb(87,40,34); }

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