#504008

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

Shades of Madras #504008

Tints of Madras #504008

Color information

#504008 (or 0x504008) is unknown color: approx Madras. HEX triplet: 50, 40 and 08. RGB value is (80,64,8). Sum of RGB (Red+Green+Blue) = 80+64+8=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504008 is #AFBFF7. Grayscale: #3E3E3E. Windows color (decimal): -11517944 or 540752. OLE color: 540752.

HSL color Cylindrical-coordinate representation of color #504008: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #504008 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80648-
CMYK00.200.900.69
HSL46.67º81.82%17.25%-
HSV(B)46.67º90%31.37%-
XYZ5.195.391-
YUV62.497.3140.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=52.63%
G=42.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064800.200.900.6946.6781.8217.25
Hex504080145A452f5211
Octal120100100241321055712221
Binary10100001000000100001010010110101000101101111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504008; }

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

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

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

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

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

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

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

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