#514311

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

Shades of Madras #514311

Tints of Madras #514311

Color information

#514311 (or 0x514311) is unknown color: approx Madras. HEX triplet: 51, 43 and 11. RGB value is (81,67,17). Sum of RGB (Red+Green+Blue) = 81+67+17=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514311 is #AEBCEE. Grayscale: #414141. Windows color (decimal): -11451631 or 1131345. OLE color: 1131345.

HSL color Cylindrical-coordinate representation of color #514311: hue angle of 46.88º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #514311 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB816717-
CMYK00.170.790.68
HSL46.88º65.31%19.22%-
HSV(B)46.88º79.01%31.76%-
XYZ5.55.81.36-
YUV65.49100.64139.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=49.09%
G=40.61%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81671700.170.790.6846.8865.3119.22
Hex5143110114F442f4113
Octal121103210211171045710123
Binary101000110000111000101000110011111000100101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514311; }

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

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

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

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

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

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

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

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