#512518

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

Shades of Caput Mortuum #512518

Tints of Caput Mortuum #512518

Color information

#512518 (or 0x512518) is unknown color: approx Caput Mortuum. HEX triplet: 51, 25 and 18. RGB value is (81,37,24). Sum of RGB (Red+Green+Blue) = 81+37+24=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #512518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512518 is #AEDAE7. Grayscale: #303030. Windows color (decimal): -11459304 or 1582417. OLE color: 1582417.

HSL color Cylindrical-coordinate representation of color #512518: hue angle of 13.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512518 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB813724-
CMYK00.540.700.68
HSL13.68º54.29%20.59%-
HSV(B)13.68º70.37%31.76%-
XYZ4.223.141.25-
YUV48.67114.08151.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=57.04%
G=26.06%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81372400.540.700.6813.6854.2920.59
Hex5125180364644e3615
Octal1214530066106104166625
Binary101000110010111000011011010001101000100111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512518; }

 p { color: rgb(81,37,24); }

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

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

 a { background-color: rgb(81,37,24); }

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

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

 span { border-color: rgb(81,37,24); }

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