#504324

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

Shades of Madras #504324

Tints of Madras #504324

Color information

#504324 (or 0x504324) is unknown color: approx Madras. HEX triplet: 50, 43 and 24. RGB value is (80,67,36). Sum of RGB (Red+Green+Blue) = 80+67+36=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #504324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504324 is #AFBCDB. Grayscale: #434343. Windows color (decimal): -11517148 or 2376528. OLE color: 2376528.

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

Color convert

RGB806736-
CMYK00.160.550.69
HSL42.27º37.93%22.75%-
HSV(B)42.27º55%31.37%-
XYZ5.635.852.5-
YUV67.35110.31137.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=43.72%
G=36.61%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673600.160.550.6942.2737.9322.75
Hex50432401037452a2617
Octal1201034402067105524627
Binary10100001000011100100010000110111100010110101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504324; }

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

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

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

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

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

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

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

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