#522822

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

Shades of Caput Mortuum #522822

Tints of Caput Mortuum #522822

Color information

#522822 (or 0x522822) is unknown color: approx Caput Mortuum. HEX triplet: 52, 28 and 22. RGB value is (82,40,34). Sum of RGB (Red+Green+Blue) = 82+40+34=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522822 is #ADD7DD. Grayscale: #333333. Windows color (decimal): -11392990 or 2238546. OLE color: 2238546.

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

Color convert

RGB824034-
CMYK00.510.590.68
HSL7.5º41.38%22.75%-
HSV(B)7.5º58.54%32.16%-
XYZ4.533.431.94-
YUV51.87117.91149.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=52.56%
G=25.64%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82403400.510.590.687.541.3822.75
Hex5228220333B4482917
Octal122504206373104105127
Binary101001010100010001001100111110111000100100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522822; }

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

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

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

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

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

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

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

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