#522010

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

Shades of Caput Mortuum #522010

Tints of Caput Mortuum #522010

Color information

#522010 (or 0x522010) is unknown color: approx Caput Mortuum. HEX triplet: 52, 20 and 10. RGB value is (82,32,16). Sum of RGB (Red+Green+Blue) = 82+32+16=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #522010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522010 is #ADDFEF. Grayscale: #2D2D2D. Windows color (decimal): -11395056 or 1056850. OLE color: 1056850.

HSL color Cylindrical-coordinate representation of color #522010: hue angle of 14.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522010 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB823216-
CMYK00.610.800.68
HSL14.55º67.35%19.22%-
HSV(B)14.55º80.49%32.16%-
XYZ4.092.860.83-
YUV45.13111.56154.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=63.08%
G=24.62%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82321600.610.800.6814.5567.3519.22
Hex52201003D5044f4313
Octal12240200751201041710323
Binary1010010100000100000111101101000010001001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522010; }

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

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

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

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

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

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

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

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