#514211

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

Shades of Madras #514211

Tints of Madras #514211

Color information

#514211 (or 0x514211) is unknown color: approx Madras. HEX triplet: 51, 42 and 11. RGB value is (81,66,17). Sum of RGB (Red+Green+Blue) = 81+66+17=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514211 is #AEBDEE. Grayscale: #414141. Windows color (decimal): -11451887 or 1131089. OLE color: 1131089.

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

Color convert

RGB816617-
CMYK00.190.790.68
HSL45.94º65.31%19.22%-
HSV(B)45.94º79.01%31.76%-
XYZ5.445.691.34-
YUV64.9100.97139.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=49.39%
G=40.24%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81661700.190.790.6845.9465.3119.22
Hex5142110134F442e4113
Octal121102210231171045610123
Binary101000110000101000101001110011111000100101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514211; }

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

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

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

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

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

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

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

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