#522821

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

Shades of Caput Mortuum #522821

Tints of Caput Mortuum #522821

Color information

#522821 (or 0x522821) is unknown color: approx Caput Mortuum. HEX triplet: 52, 28 and 21. RGB value is (82,40,33). Sum of RGB (Red+Green+Blue) = 82+40+33=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522821 is #ADD7DE. Grayscale: #333333. Windows color (decimal): -11392991 or 2173010. OLE color: 2173010.

HSL color Cylindrical-coordinate representation of color #522821: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522821 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB824033-
CMYK00.510.600.68
HSL8.57º42.61%22.55%-
HSV(B)8.57º59.76%32.16%-
XYZ4.513.421.86-
YUV51.76117.41149.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=52.90%
G=25.81%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82403300.510.600.688.5742.6122.55
Hex5228210333C4492b17
Octal122504106374104115327
Binary101001010100010000101100111111001000100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522821; }

 p { color: rgb(82,40,33); }

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

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

 a { background-color: rgb(82,40,33); }

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

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

 span { border-color: rgb(82,40,33); }

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