#522D24

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

Shades of Caput Mortuum #522D24

Tints of Caput Mortuum #522D24

Color information

#522D24 (or 0x522D24) is unknown color: approx Caput Mortuum. HEX triplet: 52, 2D and 24. RGB value is (82,45,36). Sum of RGB (Red+Green+Blue) = 82+45+36=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #522D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D24 is #ADD2DB. Grayscale: #373737. Windows color (decimal): -11391708 or 2370898. OLE color: 2370898.

HSL color Cylindrical-coordinate representation of color #522D24: hue angle of 11.74º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522D24 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB824536-
CMYK00.450.560.68
HSL11.74º38.98%23.14%-
HSV(B)11.74º56.1%32.16%-
XYZ4.743.82.15-
YUV55.04117.26147.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=50.31%
G=27.61%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82453600.450.560.6811.7438.9823.14
Hex522D2402D3844c2717
Octal122554405570104144727
Binary101001010110110010001011011110001000100110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,36); }

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

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

 a { background-color: rgb(82,45,36); }

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

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

 span { border-color: rgb(82,45,36); }

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