#521E0C

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

Shades of Caput Mortuum #521E0C

Tints of Caput Mortuum #521E0C

Color information

#521E0C (or 0x521E0C) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1E and 0C. RGB value is (82,30,12). Sum of RGB (Red+Green+Blue) = 82+30+12=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E0C is #ADE1F3. Grayscale: #2B2B2B. Windows color (decimal): -11395572 or 794194. OLE color: 794194.

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

Color convert

RGB823012-
CMYK00.630.850.68
HSL15.43º74.47%18.43%-
HSV(B)15.43º85.37%32.16%-
XYZ4.012.750.67-
YUV43.5110.23155.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=66.13%
G=24.19%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82301200.630.850.6815.4374.4718.43
Hex521EC03F5544f4a12
Octal12236140771251041711222
Binary10100101111011000111111101010110001001111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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