#504320

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

Shades of Madras #504320

Tints of Madras #504320

Color information

#504320 (or 0x504320) is unknown color: approx Madras. HEX triplet: 50, 43 and 20. RGB value is (80,67,32). Sum of RGB (Red+Green+Blue) = 80+67+32=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #504320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504320 is #AFBCDF. Grayscale: #434343. Windows color (decimal): -11517152 or 2114384. OLE color: 2114384.

HSL color Cylindrical-coordinate representation of color #504320: hue angle of 43.75º 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 #504320 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB806732-
CMYK00.160.600.69
HSL43.75º42.86%21.96%-
HSV(B)43.75º60%31.37%-
XYZ5.585.822.2-
YUV66.9108.31137.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=44.69%
G=37.43%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673200.160.600.6943.7542.8621.96
Hex5043200103C452c2b16
Octal1201034002074105545326
Binary10100001000011100000010000111100100010110110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504320; }

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

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

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

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

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

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

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

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