#513D14

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

Shades of Madras #513D14

Tints of Madras #513D14

Color information

#513D14 (or 0x513D14) is unknown color: approx Madras. HEX triplet: 51, 3D and 14. RGB value is (81,61,20). Sum of RGB (Red+Green+Blue) = 81+61+20=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D14 is #AEC2EB. Grayscale: #3E3E3E. Windows color (decimal): -11453164 or 1326417. OLE color: 1326417.

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

Color convert

RGB816120-
CMYK00.250.750.68
HSL40.33º60.4%19.8%-
HSV(B)40.33º75.31%31.76%-
XYZ5.195.141.38-
YUV62.31104.13141.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 37.65%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=50%
G=37.65%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81612000.250.750.6840.3360.419.8
Hex513D140194B44283c14
Octal1217524031113104507424
Binary1010001111101101000110011001011100010010100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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