#504120

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

Shades of Madras #504120

Tints of Madras #504120

Color information

#504120 (or 0x504120) is unknown color: approx Madras. HEX triplet: 50, 41 and 20. RGB value is (80,65,32). Sum of RGB (Red+Green+Blue) = 80+65+32=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504120 is #AFBEDF. Grayscale: #414141. Windows color (decimal): -11517664 or 2113872. OLE color: 2113872.

HSL color Cylindrical-coordinate representation of color #504120: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504120 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB806532-
CMYK00.190.600.69
HSL41.25º42.86%21.96%-
HSV(B)41.25º60%31.37%-
XYZ5.465.592.16-
YUV65.72108.97138.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=45.20%
G=36.72%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80653200.190.600.6941.2542.8621.96
Hex5041200133C45292b16
Octal1201014002374105515326
Binary10100001000001100000010011111100100010110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504120; }

 p { color: rgb(80,65,32); }

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

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

 a { background-color: rgb(80,65,32); }

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

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

 span { border-color: rgb(80,65,32); }

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