#513F13

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

Shades of Madras #513F13

Tints of Madras #513F13

Color information

#513F13 (or 0x513F13) is unknown color: approx Madras. HEX triplet: 51, 3F and 13. RGB value is (81,63,19). Sum of RGB (Red+Green+Blue) = 81+63+19=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F13 is #AEC0EC. Grayscale: #3F3F3F. Windows color (decimal): -11452653 or 1261393. OLE color: 1261393.

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

Color convert

RGB816319-
CMYK00.220.770.68
HSL42.58º62%19.61%-
HSV(B)42.58º76.54%31.76%-
XYZ5.295.351.37-
YUV63.37102.96140.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=49.69%
G=38.65%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81631900.220.770.6842.586219.61
Hex513F130164D442b3e14
Octal1217723026115104537624
Binary1010001111111100110101101001101100010010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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