#522212

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

Shades of Caput Mortuum #522212

Tints of Caput Mortuum #522212

Color information

#522212 (or 0x522212) is unknown color: approx Caput Mortuum. HEX triplet: 52, 22 and 12. RGB value is (82,34,18). Sum of RGB (Red+Green+Blue) = 82+34+18=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #522212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522212 is #ADDDED. Grayscale: #2E2E2E. Windows color (decimal): -11394542 or 1188434. OLE color: 1188434.

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

Color convert

RGB823418-
CMYK00.590.780.68
HSL15º64%19.61%-
HSV(B)15º78.05%32.16%-
XYZ4.162.980.93-
YUV46.53111.9153.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=61.19%
G=25.37%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82341800.590.780.68156419.61
Hex52221203B4E44f4014
Octal12242220731161041710024
Binary1010010100010100100111011100111010001001111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522212; }

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

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

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

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

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

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

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

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