#513F16

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

Shades of Madras #513F16

Tints of Madras #513F16

Color information

#513F16 (or 0x513F16) is unknown color: approx Madras. HEX triplet: 51, 3F and 16. RGB value is (81,63,22). Sum of RGB (Red+Green+Blue) = 81+63+22=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F16 is #AEC0E9. Grayscale: #3F3F3F. Windows color (decimal): -11452650 or 1458001. OLE color: 1458001.

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

Color convert

RGB816322-
CMYK00.220.730.68
HSL41.69º57.28%20.2%-
HSV(B)41.69º72.84%31.76%-
XYZ5.325.361.51-
YUV63.71104.46140.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=48.80%
G=37.95%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81632200.220.730.6841.6957.2820.2
Hex513F1601649442a3914
Octal1217726026111104527124
Binary1010001111111101100101101001001100010010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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