#521E14

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

Shades of Caput Mortuum #521E14

Tints of Caput Mortuum #521E14

Color information

#521E14 (or 0x521E14) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1E and 14. RGB value is (82,30,20). Sum of RGB (Red+Green+Blue) = 82+30+20=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E14 is #ADE1EB. Grayscale: #2C2C2C. Windows color (decimal): -11395564 or 1318482. OLE color: 1318482.

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

Color convert

RGB823020-
CMYK00.630.760.68
HSL9.68º60.78%20%-
HSV(B)9.68º75.61%32.16%-
XYZ4.072.770.98-
YUV44.41114.23154.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=62.12%
G=22.73%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82302000.630.760.689.6860.7820
Hex521E1403F4C44a3d14
Octal1223624077114104127524
Binary10100101111010100011111110011001000100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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