#513F12

Color #513F12 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #513F12

Tints of Madras #513F12

Color information

#513F12 (or 0x513F12) is unknown color: approx Madras. HEX triplet: 51, 3F and 12. RGB value is (81,63,18). Sum of RGB (Red+Green+Blue) = 81+63+18=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F12 is #AEC0ED. Grayscale: #3F3F3F. Windows color (decimal): -11452654 or 1195857. OLE color: 1195857.

HSL color Cylindrical-coordinate representation of color #513F12: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #513F12 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB816318-
CMYK00.220.780.68
HSL42.86º63.64%19.41%-
HSV(B)42.86º77.78%31.76%-
XYZ5.285.351.33-
YUV63.25102.46140.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81631800.220.780.6842.8663.6419.41
Hex513F120164E442b4013
Octal12177220261161045310023
Binary10100011111111001001011010011101000100101011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513F12; }

 p { color: rgb(81,63,18); }

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

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

 a { background-color: rgb(81,63,18); }

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

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

 span { border-color: rgb(81,63,18); }

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