#504508

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

Shades of Madras #504508

Tints of Madras #504508

Color information

#504508 (or 0x504508) is unknown color: approx Madras. HEX triplet: 50, 45 and 08. RGB value is (80,69,8). Sum of RGB (Red+Green+Blue) = 80+69+8=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504508 is #AFBAF7. Grayscale: #414141. Windows color (decimal): -11516664 or 542032. OLE color: 542032.

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

Color convert

RGB80698-
CMYK00.140.900.69
HSL50.83º81.82%17.25%-
HSV(B)50.83º90%31.37%-
XYZ5.485.981.1-
YUV65.3495.64138.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=50.96%
G=43.95%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8069800.140.900.6950.8381.8217.25
Hex504580E5A45335211
Octal120105100161321056312221
Binary1010000100010110000111010110101000101110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504508; }

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

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

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

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

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

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

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

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