#504700

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

Shades of Madras #504700

Tints of Madras #504700

Color information

#504700 (or 0x504700) is unknown color: approx Madras. HEX triplet: 50, 47 and 00. RGB value is (80,71,0). Sum of RGB (Red+Green+Blue) = 80+71+0=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #504700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504700 is #AFB8FF. Grayscale: #414141. Windows color (decimal): -11516160 or 18256. OLE color: 18256.

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

Color convert

RGB80710-
CMYK00.1110.69
HSL53.25º100%15.69%-
HSV(B)53.25º100%31.37%-
XYZ5.566.210.91-
YUV65.690.98138.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.98%
G=47.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071000.1110.6953.2510015.69
Hex504700B6445356410
Octal12010700131441056514420
Binary1010000100011100101111001001000101110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504700; }

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

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

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

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

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

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

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

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