#513B13

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

Shades of Madras #513B13

Tints of Madras #513B13

Color information

#513B13 (or 0x513B13) is unknown color: approx Madras. HEX triplet: 51, 3B and 13. RGB value is (81,59,19). Sum of RGB (Red+Green+Blue) = 81+59+19=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #513B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B13 is #AEC4EC. Grayscale: #3D3D3D. Windows color (decimal): -11453677 or 1260369. OLE color: 1260369.

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

Color convert

RGB815919-
CMYK00.270.770.68
HSL38.71º62%19.61%-
HSV(B)38.71º76.54%31.76%-
XYZ5.074.921.3-
YUV61.02104.29142.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=50.94%
G=37.11%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81591900.270.770.6838.716219.61
Hex513B1301B4D44273e14
Octal1217323033115104477624
Binary1010001111011100110110111001101100010010011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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