#512C22

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

Shades of Caput Mortuum #512C22

Tints of Caput Mortuum #512C22

Color information

#512C22 (or 0x512C22) is unknown color: approx Caput Mortuum. HEX triplet: 51, 2C and 22. RGB value is (81,44,34). Sum of RGB (Red+Green+Blue) = 81+44+34=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #512C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C22 is #AED3DD. Grayscale: #363636. Windows color (decimal): -11457502 or 2239569. OLE color: 2239569.

HSL color Cylindrical-coordinate representation of color #512C22: hue angle of 12.77º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512C22 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB814434-
CMYK00.460.580.68
HSL12.77º40.87%22.55%-
HSV(B)12.77º58.02%31.76%-
XYZ4.583.671.98-
YUV53.92116.76147.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=50.94%
G=27.67%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81443400.460.580.6812.7740.8722.55
Hex512C2202E3A44d2917
Octal121544205672104155127
Binary101000110110010001001011101110101000100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C22; }

 p { color: rgb(81,44,34); }

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

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

 a { background-color: rgb(81,44,34); }

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

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

 span { border-color: rgb(81,44,34); }

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