#513E19

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

Shades of Madras #513E19

Tints of Madras #513E19

Color information

#513E19 (or 0x513E19) is unknown color: approx Madras. HEX triplet: 51, 3E and 19. RGB value is (81,62,25). Sum of RGB (Red+Green+Blue) = 81+62+25=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E19 is #AEC1E6. Grayscale: #3F3F3F. Windows color (decimal): -11452903 or 1654353. OLE color: 1654353.

HSL color Cylindrical-coordinate representation of color #513E19: hue angle of 39.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513E19 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB816225-
CMYK00.230.690.68
HSL39.64º52.83%20.78%-
HSV(B)39.64º69.14%31.76%-
XYZ5.295.261.66-
YUV63.46106.29140.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=48.21%
G=36.90%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81622500.230.690.6839.6452.8320.78
Hex513E190174544283515
Octal1217631027105104506525
Binary1010001111110110010101111000101100010010100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,62,25); }

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

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

 a { background-color: rgb(81,62,25); }

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

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

 span { border-color: rgb(81,62,25); }

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