#522C21

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

Shades of Caput Mortuum #522C21

Tints of Caput Mortuum #522C21

Color information

#522C21 (or 0x522C21) is unknown color: approx Caput Mortuum. HEX triplet: 52, 2C and 21. RGB value is (82,44,33). Sum of RGB (Red+Green+Blue) = 82+44+33=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #522C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C21 is #ADD3DE. Grayscale: #363636. Windows color (decimal): -11391967 or 2174034. OLE color: 2174034.

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

Color convert

RGB824433-
CMYK00.460.600.68
HSL13.47º42.61%22.55%-
HSV(B)13.47º59.76%32.16%-
XYZ4.653.711.91-
YUV54.11116.09147.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=51.57%
G=27.67%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82443300.460.600.6813.4742.6122.55
Hex522C2102E3C44d2b17
Octal122544105674104155327
Binary101001010110010000101011101111001000100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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