#514210

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

Shades of Madras #514210

Tints of Madras #514210

Color information

#514210 (or 0x514210) is unknown color: approx Madras. HEX triplet: 51, 42 and 10. RGB value is (81,66,16). Sum of RGB (Red+Green+Blue) = 81+66+16=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514210 is #AEBDEF. Grayscale: #414141. Windows color (decimal): -11451888 or 1065553. OLE color: 1065553.

HSL color Cylindrical-coordinate representation of color #514210: hue angle of 46.15º 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 #514210 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB816616-
CMYK00.190.800.68
HSL46.15º67.01%19.02%-
HSV(B)46.15º80.25%31.76%-
XYZ5.445.681.3-
YUV64.78100.47139.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=49.69%
G=40.49%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81661600.190.800.6846.1567.0119.02
Hex51421001350442e4313
Octal121102200231201045610323
Binary101000110000101000001001110100001000100101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514210; }

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

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

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

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

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

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

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

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