#513D16

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

Shades of Madras #513D16

Tints of Madras #513D16

Color information

#513D16 (or 0x513D16) is unknown color: approx Madras. HEX triplet: 51, 3D and 16. RGB value is (81,61,22). Sum of RGB (Red+Green+Blue) = 81+61+22=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D16 is #AEC2E9. Grayscale: #3E3E3E. Windows color (decimal): -11453162 or 1457489. OLE color: 1457489.

HSL color Cylindrical-coordinate representation of color #513D16: hue angle of 39.66º 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 #513D16 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB816122-
CMYK00.250.730.68
HSL39.66º57.28%20.2%-
HSV(B)39.66º72.84%31.76%-
XYZ5.215.141.48-
YUV62.53105.13141.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=49.39%
G=37.20%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81612200.250.730.6839.6657.2820.2
Hex513D160194944283914
Octal1217526031111104507124
Binary1010001111101101100110011001001100010010100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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