#513F1E

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

Shades of Madras #513F1E

Tints of Madras #513F1E

Color information

#513F1E (or 0x513F1E) is unknown color: approx Madras. HEX triplet: 51, 3F and 1E. RGB value is (81,63,30). Sum of RGB (Red+Green+Blue) = 81+63+30=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1E is #AEC0E1. Grayscale: #404040. Windows color (decimal): -11452642 or 1982289. OLE color: 1982289.

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

Color convert

RGB816330-
CMYK00.220.630.68
HSL38.82º45.95%21.76%-
HSV(B)38.82º62.96%31.76%-
XYZ5.415.41.99-
YUV64.62108.46139.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=46.55%
G=36.21%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81633000.220.630.6838.8245.9521.76
Hex513F1E0163F44272e16
Octal121773602677104475626
Binary101000111111111110010110111111100010010011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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