#522C22

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

Shades of Caput Mortuum #522C22

Tints of Caput Mortuum #522C22

Color information

#522C22 (or 0x522C22) is unknown color: approx Caput Mortuum. HEX triplet: 52, 2C and 22. RGB value is (82,44,34). Sum of RGB (Red+Green+Blue) = 82+44+34=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #522C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C22 is #ADD3DD. Grayscale: #363636. Windows color (decimal): -11391966 or 2239570. OLE color: 2239570.

HSL color Cylindrical-coordinate representation of color #522C22: hue angle of 12.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 #522C22 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB824434-
CMYK00.460.590.68
HSL12.5º41.38%22.75%-
HSV(B)12.5º58.54%32.16%-
XYZ4.673.711.98-
YUV54.22116.59147.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=51.25%
G=27.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82443400.460.590.6812.541.3822.75
Hex522C2202E3B44d2917
Octal122544205673104155127
Binary101001010110010001001011101110111000100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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