#504000

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

Shades of Madras #504000

Tints of Madras #504000

Color information

#504000 (or 0x504000) is unknown color: approx Madras. HEX triplet: 50, 40 and 00. RGB value is (80,64,0). Sum of RGB (Red+Green+Blue) = 80+64+0=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #504000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504000 is #AFBFFF. Grayscale: #3D3D3D. Windows color (decimal): -11517952 or 16464. OLE color: 16464.

HSL color Cylindrical-coordinate representation of color #504000: hue angle of 48º 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 #504000 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80640-
CMYK00.2010.69
HSL48º100%15.69%-
HSV(B)48º100%31.37%-
XYZ5.145.370.77-
YUV61.4993.3141.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064000.2010.694810015.69
Hex504000146445306410
Octal12010000241441056014420
Binary10100001000000001010011001001000101110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504000; }

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

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

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

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

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

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

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

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