#504509

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

Shades of Madras #504509

Tints of Madras #504509

Color information

#504509 (or 0x504509) is unknown color: approx Madras. HEX triplet: 50, 45 and 09. RGB value is (80,69,9). Sum of RGB (Red+Green+Blue) = 80+69+9=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504509 is #AFBAF6. Grayscale: #414141. Windows color (decimal): -11516663 or 607568. OLE color: 607568.

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

Color convert

RGB80699-
CMYK00.140.890.69
HSL50.7º79.78%17.45%-
HSV(B)50.7º88.75%31.37%-
XYZ5.495.981.12-
YUV65.4596.14138.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=50.63%
G=43.67%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8069900.140.890.6950.779.7817.45
Hex504590E5945335011
Octal120105110161311056312021
Binary1010000100010110010111010110011000101110011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504509; }

 p { color: rgb(80,69,9); }

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

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

 a { background-color: rgb(80,69,9); }

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

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

 span { border-color: rgb(80,69,9); }

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