#504707

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

Shades of Madras #504707

Tints of Madras #504707

Color information

#504707 (or 0x504707) is unknown color: approx Madras. HEX triplet: 50, 47 and 07. RGB value is (80,71,7). Sum of RGB (Red+Green+Blue) = 80+71+7=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504707 is #AFB8F8. Grayscale: #424242. Windows color (decimal): -11516153 or 477008. OLE color: 477008.

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

Color convert

RGB80717-
CMYK00.110.910.69
HSL52.6º83.91%17.06%-
HSV(B)52.6º91.25%31.37%-
XYZ5.66.231.11-
YUV66.494.48137.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=50.63%
G=44.94%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071700.110.910.6952.683.9117.06
Hex504770B5B45355411
Octal12010770131331056512421
Binary101000010001111110101110110111000101110101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504707; }

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

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

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

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

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

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

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

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