#521B12

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

Shades of Caput Mortuum #521B12

Tints of Caput Mortuum #521B12

Color information

#521B12 (or 0x521B12) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1B and 12. RGB value is (82,27,18). Sum of RGB (Red+Green+Blue) = 82+27+18=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B12 is #ADE4ED. Grayscale: #2A2A2A. Windows color (decimal): -11396334 or 1186642. OLE color: 1186642.

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

Color convert

RGB822718-
CMYK00.670.780.68
HSL8.44º64%19.61%-
HSV(B)8.44º78.05%32.16%-
XYZ3.982.620.87-
YUV42.42114.22156.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=64.57%
G=21.26%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82271800.670.780.688.446419.61
Hex521B120434E4484014
Octal122332201031161041010024
Binary1010010110111001001000011100111010001001000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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