#514310

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

Shades of Madras #514310

Tints of Madras #514310

Color information

#514310 (or 0x514310) is unknown color: approx Madras. HEX triplet: 51, 43 and 10. RGB value is (81,67,16). Sum of RGB (Red+Green+Blue) = 81+67+16=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514310 is #AEBCEF. Grayscale: #414141. Windows color (decimal): -11451632 or 1065809. OLE color: 1065809.

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

Color convert

RGB816716-
CMYK00.170.800.68
HSL47.08º67.01%19.02%-
HSV(B)47.08º80.25%31.76%-
XYZ5.495.81.32-
YUV65.37100.14139.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=49.39%
G=40.85%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81671600.170.800.6847.0867.0119.02
Hex51431001150442f4313
Octal121103200211201045710323
Binary101000110000111000001000110100001000100101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514310; }

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

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

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

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

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

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

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

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