#522316

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

Shades of Caput Mortuum #522316

Tints of Caput Mortuum #522316

Color information

#522316 (or 0x522316) is unknown color: approx Caput Mortuum. HEX triplet: 52, 23 and 16. RGB value is (82,35,22). Sum of RGB (Red+Green+Blue) = 82+35+22=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522316 is #ADDCE9. Grayscale: #2F2F2F. Windows color (decimal): -11394282 or 1450834. OLE color: 1450834.

HSL color Cylindrical-coordinate representation of color #522316: hue angle of 13º 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 #522316 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB823522-
CMYK00.570.730.68
HSL13º57.69%20.39%-
HSV(B)13º73.17%32.16%-
XYZ4.233.051.13-
YUV47.57113.57152.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=58.99%
G=25.18%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82352200.570.730.681357.6920.39
Hex5223160394944d3a14
Octal1224326071111104157224
Binary101001010001110110011100110010011000100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522316; }

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

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

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

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

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

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

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

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