#512B22

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

Shades of Caput Mortuum #512B22

Tints of Caput Mortuum #512B22

Color information

#512B22 (or 0x512B22) is unknown color: approx Caput Mortuum. HEX triplet: 51, 2B and 22. RGB value is (81,43,34). Sum of RGB (Red+Green+Blue) = 81+43+34=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B22 is #AED4DD. Grayscale: #353535. Windows color (decimal): -11457758 or 2239313. OLE color: 2239313.

HSL color Cylindrical-coordinate representation of color #512B22: hue angle of 11.49º 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 #512B22 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB814334-
CMYK00.470.580.68
HSL11.49º40.87%22.55%-
HSV(B)11.49º58.02%31.76%-
XYZ4.553.591.97-
YUV53.34117.09147.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=51.27%
G=27.22%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81433400.470.580.6811.4940.8722.55
Hex512B2202F3A44b2917
Octal121534205772104135127
Binary101000110101110001001011111110101000100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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