#522921

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

Shades of Caput Mortuum #522921

Tints of Caput Mortuum #522921

Color information

#522921 (or 0x522921) is unknown color: approx Caput Mortuum. HEX triplet: 52, 29 and 21. RGB value is (82,41,33). Sum of RGB (Red+Green+Blue) = 82+41+33=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522921 is #ADD6DE. Grayscale: #343434. Windows color (decimal): -11392735 or 2173266. OLE color: 2173266.

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

Color convert

RGB824133-
CMYK00.500.600.68
HSL9.8º42.61%22.55%-
HSV(B)9.8º59.76%32.16%-
XYZ4.553.491.87-
YUV52.35117.08149.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=52.56%
G=26.28%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82413300.500.600.689.842.6122.55
Hex5229210323C44a2b17
Octal122514106274104125327
Binary101001010100110000101100101111001000100101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522921; }

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

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

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

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

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

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

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

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