#504706

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

Shades of Madras #504706

Tints of Madras #504706

Color information

#504706 (or 0x504706) is unknown color: approx Madras. HEX triplet: 50, 47 and 06. RGB value is (80,71,6). Sum of RGB (Red+Green+Blue) = 80+71+6=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504706 is #AFB8F9. Grayscale: #424242. Windows color (decimal): -11516154 or 411472. OLE color: 411472.

HSL color Cylindrical-coordinate representation of color #504706: hue angle of 52.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504706 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80716-
CMYK00.110.920.69
HSL52.7º86.05%16.86%-
HSV(B)52.7º92.5%31.37%-
XYZ5.596.231.08-
YUV66.2893.98137.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=50.96%
G=45.22%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071600.110.920.6952.786.0516.86
Hex504760B5C45355611
Octal12010760131341056512621
Binary101000010001111100101110111001000101110101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504706; }

 p { color: rgb(80,71,6); }

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

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

 a { background-color: rgb(80,71,6); }

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

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

 span { border-color: rgb(80,71,6); }

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