#513C10

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

Shades of Madras #513C10

Tints of Madras #513C10

Color information

#513C10 (or 0x513C10) is unknown color: approx Madras. HEX triplet: 51, 3C and 10. RGB value is (81,60,16). Sum of RGB (Red+Green+Blue) = 81+60+16=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #513C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C10 is #AEC3EF. Grayscale: #3D3D3D. Windows color (decimal): -11453424 or 1064017. OLE color: 1064017.

HSL color Cylindrical-coordinate representation of color #513C10: hue angle of 40.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513C10 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB816016-
CMYK00.260.800.68
HSL40.62º67.01%19.02%-
HSV(B)40.62º80.25%31.76%-
XYZ5.15.021.19-
YUV61.26102.46142.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=51.59%
G=38.22%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81601600.260.800.6840.6267.0119.02
Hex513C1001A5044294313
Octal12174200321201045110323
Binary10100011111001000001101010100001000100101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,16); }

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

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

 a { background-color: rgb(81,60,16); }

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

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

 span { border-color: rgb(81,60,16); }

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