#504421

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

Shades of Madras #504421

Tints of Madras #504421

Color information

#504421 (or 0x504421) is unknown color: approx Madras. HEX triplet: 50, 44 and 21. RGB value is (80,68,33). Sum of RGB (Red+Green+Blue) = 80+68+33=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504421 is #AFBBDE. Grayscale: #434343. Windows color (decimal): -11516895 or 2180176. OLE color: 2180176.

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

Color convert

RGB806833-
CMYK00.150.590.69
HSL44.68º41.59%22.16%-
HSV(B)44.68º58.75%31.37%-
XYZ5.655.952.29-
YUV67.6108.48136.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=44.20%
G=37.57%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80683300.150.590.6944.6841.5922.16
Hex5044210F3B452d2a16
Octal1201044101773105555226
Binary1010000100010010000101111111011100010110110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504421; }

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

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

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

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

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

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

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

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