#514206

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

Shades of Madras #514206

Tints of Madras #514206

Color information

#514206 (or 0x514206) is unknown color: approx Madras. HEX triplet: 51, 42 and 06. RGB value is (81,66,6). Sum of RGB (Red+Green+Blue) = 81+66+6=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514206 is #AEBDF9. Grayscale: #3F3F3F. Windows color (decimal): -11451898 or 410193. OLE color: 410193.

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

Color convert

RGB81666-
CMYK00.190.930.68
HSL48º86.21%17.06%-
HSV(B)48º92.59%31.76%-
XYZ5.375.660.98-
YUV63.6495.47140.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=52.94%
G=43.14%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8166600.190.930.684886.2117.06
Hex514260135D44305611
Octal12110260231351046012621
Binary1010001100001011001001110111011000100110000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514206; }

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

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

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

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

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

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

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

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