#521E12

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

Shades of Caput Mortuum #521E12

Tints of Caput Mortuum #521E12

Color information

#521E12 (or 0x521E12) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1E and 12. RGB value is (82,30,18). Sum of RGB (Red+Green+Blue) = 82+30+18=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E12 is #ADE1ED. Grayscale: #2C2C2C. Windows color (decimal): -11395566 or 1187410. OLE color: 1187410.

HSL color Cylindrical-coordinate representation of color #521E12: hue angle of 11.25º 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 #521E12 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB823018-
CMYK00.630.780.68
HSL11.25º64%19.61%-
HSV(B)11.25º78.05%32.16%-
XYZ4.052.770.89-
YUV44.18113.23154.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=63.08%
G=23.08%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82301800.630.780.6811.256419.61
Hex521E1203F4E44b4014
Octal12236220771161041310024
Binary101001011110100100111111100111010001001011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521E12; }

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

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

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

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

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

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

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

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