#504018

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

Shades of Madras #504018

Tints of Madras #504018

Color information

#504018 (or 0x504018) is unknown color: approx Madras. HEX triplet: 50, 40 and 18. RGB value is (80,64,24). Sum of RGB (Red+Green+Blue) = 80+64+24=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504018 is #AFBFE7. Grayscale: #404040. Windows color (decimal): -11517928 or 1589328. OLE color: 1589328.

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

Color convert

RGB806424-
CMYK00.200.700.69
HSL42.86º53.85%20.39%-
HSV(B)42.86º70%31.37%-
XYZ5.315.441.63-
YUV64.22105.3139.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=47.62%
G=38.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642400.200.700.6942.8653.8520.39
Hex50401801446452b3614
Octal12010030024106105536624
Binary10100001000000110000101001000110100010110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504018; }

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

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

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

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

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

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

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

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