#504019

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

Shades of Madras #504019

Tints of Madras #504019

Color information

#504019 (or 0x504019) is unknown color: approx Madras. HEX triplet: 50, 40 and 19. RGB value is (80,64,25). Sum of RGB (Red+Green+Blue) = 80+64+25=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504019 is #AFBFE6. Grayscale: #404040. Windows color (decimal): -11517927 or 1654864. OLE color: 1654864.

HSL color Cylindrical-coordinate representation of color #504019: hue angle of 42.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504019 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB806425-
CMYK00.200.690.69
HSL42.55º52.38%20.59%-
HSV(B)42.55º68.75%31.37%-
XYZ5.325.441.69-
YUV64.34105.8139.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=47.34%
G=37.87%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642500.200.690.6942.5552.3820.59
Hex50401901445452b3415
Octal12010031024105105536425
Binary10100001000000110010101001000101100010110101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504019; }

 p { color: rgb(80,64,25); }

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

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

 a { background-color: rgb(80,64,25); }

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

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

 span { border-color: rgb(80,64,25); }

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