#504424

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

Shades of Madras #504424

Tints of Madras #504424

Color information

#504424 (or 0x504424) is unknown color: approx Madras. HEX triplet: 50, 44 and 24. RGB value is (80,68,36). Sum of RGB (Red+Green+Blue) = 80+68+36=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504424 is #AFBBDB. Grayscale: #444444. Windows color (decimal): -11516892 or 2376784. OLE color: 2376784.

HSL color Cylindrical-coordinate representation of color #504424: hue angle of 43.64º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504424 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB806836-
CMYK00.150.550.69
HSL43.64º37.93%22.75%-
HSV(B)43.64º55%31.37%-
XYZ5.695.972.52-
YUV67.94109.98136.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=43.48%
G=36.96%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80683600.150.550.6943.6437.9322.75
Hex5044240F37452c2617
Octal1201044401767105544627
Binary1010000100010010010001111110111100010110110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504424; }

 p { color: rgb(80,68,36); }

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

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

 a { background-color: rgb(80,68,36); }

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

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

 span { border-color: rgb(80,68,36); }

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