#512920

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

Shades of Caput Mortuum #512920

Tints of Caput Mortuum #512920

Color information

#512920 (or 0x512920) is unknown color: approx Caput Mortuum. HEX triplet: 51, 29 and 20. RGB value is (81,41,32). Sum of RGB (Red+Green+Blue) = 81+41+32=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512920 is #AED6DF. Grayscale: #343434. Windows color (decimal): -11458272 or 2107729. OLE color: 2107729.

HSL color Cylindrical-coordinate representation of color #512920: hue angle of 11.02º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512920 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB814132-
CMYK00.490.600.68
HSL11.02º43.36%22.16%-
HSV(B)11.02º60.49%31.76%-
XYZ4.453.441.8-
YUV51.93116.75148.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=52.60%
G=26.62%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81413200.490.600.6811.0243.3622.16
Hex5129200313C44b2b16
Octal121514006174104135326
Binary101000110100110000001100011111001000100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512920; }

 p { color: rgb(81,41,32); }

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

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

 a { background-color: rgb(81,41,32); }

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

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

 span { border-color: rgb(81,41,32); }

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