#504513

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

Shades of Madras #504513

Tints of Madras #504513

Color information

#504513 (or 0x504513) is unknown color: approx Madras. HEX triplet: 50, 45 and 13. RGB value is (80,69,19). Sum of RGB (Red+Green+Blue) = 80+69+19=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504513 is #AFBAEC. Grayscale: #424242. Windows color (decimal): -11516653 or 1262928. OLE color: 1262928.

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

Color convert

RGB806919-
CMYK00.140.760.69
HSL49.18º61.62%19.41%-
HSV(B)49.18º76.25%31.37%-
XYZ5.556.011.48-
YUV66.59101.14137.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=47.62%
G=41.07%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80691900.140.760.6949.1861.6219.41
Hex5045130E4C45313e13
Octal12010523016114105617623
Binary1010000100010110011011101001100100010111000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504513; }

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

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

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

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

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

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

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

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