#504613

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

Shades of Madras #504613

Tints of Madras #504613

Color information

#504613 (or 0x504613) is unknown color: approx Madras. HEX triplet: 50, 46 and 13. RGB value is (80,70,19). Sum of RGB (Red+Green+Blue) = 80+70+19=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504613 is #AFB9EC. Grayscale: #434343. Windows color (decimal): -11516397 or 1263184. OLE color: 1263184.

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

Color convert

RGB807019-
CMYK00.120.760.69
HSL50.16º61.62%19.41%-
HSV(B)50.16º76.25%31.37%-
XYZ5.626.131.5-
YUV67.18100.81137.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=47.34%
G=41.42%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80701900.120.760.6950.1661.6219.41
Hex5046130C4C45323e13
Octal12010623014114105627623
Binary1010000100011010011011001001100100010111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504613; }

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

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

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

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

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

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

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

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