#522016

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

Shades of Caput Mortuum #522016

Tints of Caput Mortuum #522016

Color information

#522016 (or 0x522016) is unknown color: approx Caput Mortuum. HEX triplet: 52, 20 and 16. RGB value is (82,32,22). Sum of RGB (Red+Green+Blue) = 82+32+22=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #522016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522016 is #ADDFE9. Grayscale: #2D2D2D. Windows color (decimal): -11395050 or 1450066. OLE color: 1450066.

HSL color Cylindrical-coordinate representation of color #522016: hue angle of 10º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522016 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB823222-
CMYK00.610.730.68
HSL10º57.69%20.39%-
HSV(B)10º73.17%32.16%-
XYZ4.142.881.1-
YUV45.81114.56153.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=60.29%
G=23.53%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82322200.610.730.681057.6920.39
Hex52201603D4944a3a14
Octal1224026075111104127224
Binary101001010000010110011110110010011000100101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522016; }

 p { color: rgb(82,32,22); }

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

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

 a { background-color: rgb(82,32,22); }

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

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

 span { border-color: rgb(82,32,22); }

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