#504610

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

Shades of Madras #504610

Tints of Madras #504610

Color information

#504610 (or 0x504610) is unknown color: approx Madras. HEX triplet: 50, 46 and 10. RGB value is (80,70,16). Sum of RGB (Red+Green+Blue) = 80+70+16=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504610 is #AFB9EF. Grayscale: #434343. Windows color (decimal): -11516400 or 1066576. OLE color: 1066576.

HSL color Cylindrical-coordinate representation of color #504610: hue angle of 50.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #504610 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB807016-
CMYK00.120.800.69
HSL50.62º66.67%18.82%-
HSV(B)50.62º80%31.37%-
XYZ5.596.121.38-
YUV66.8399.31137.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=48.19%
G=42.17%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80701600.120.800.6950.6266.6718.82
Hex5046100C5045334313
Octal120106200141201056310323
Binary10100001000110100000110010100001000101110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504610; }

 p { color: rgb(80,70,16); }

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

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

 a { background-color: rgb(80,70,16); }

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

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

 span { border-color: rgb(80,70,16); }

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