#522521

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

Shades of Caput Mortuum #522521

Tints of Caput Mortuum #522521

Color information

#522521 (or 0x522521) is unknown color: approx Caput Mortuum. HEX triplet: 52, 25 and 21. RGB value is (82,37,33). Sum of RGB (Red+Green+Blue) = 82+37+33=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #522521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522521 is #ADDADE. Grayscale: #323232. Windows color (decimal): -11393759 or 2172242. OLE color: 2172242.

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

Color convert

RGB823733-
CMYK00.550.600.68
HSL4.9º42.61%22.55%-
HSV(B)4.9º59.76%32.16%-
XYZ4.423.231.83-
YUV50118.41150.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=53.95%
G=24.34%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82373300.550.600.684.942.6122.55
Hex5225210373C4452b17
Octal12245410677410455327
Binary10100101001011000010110111111100100010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522521; }

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

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

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

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

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

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

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

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