#522B21

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

Shades of Caput Mortuum #522B21

Tints of Caput Mortuum #522B21

Color information

#522B21 (or 0x522B21) is unknown color: approx Caput Mortuum. HEX triplet: 52, 2B and 21. RGB value is (82,43,33). Sum of RGB (Red+Green+Blue) = 82+43+33=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #522B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B21 is #ADD4DE. Grayscale: #353535. Windows color (decimal): -11392223 or 2173778. OLE color: 2173778.

HSL color Cylindrical-coordinate representation of color #522B21: hue angle of 12.24º 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 #522B21 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB824333-
CMYK00.480.600.68
HSL12.24º42.61%22.55%-
HSV(B)12.24º59.76%32.16%-
XYZ4.623.631.9-
YUV53.52116.42148.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=51.90%
G=27.22%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82433300.480.600.6812.2442.6122.55
Hex522B210303C44c2b17
Octal122534106074104145327
Binary101001010101110000101100001111001000100110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B21; }

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

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

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

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

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

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

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

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