#504321

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

Shades of Madras #504321

Tints of Madras #504321

Color information

#504321 (or 0x504321) is unknown color: approx Madras. HEX triplet: 50, 43 and 21. RGB value is (80,67,33). Sum of RGB (Red+Green+Blue) = 80+67+33=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504321 is #AFBCDE. Grayscale: #434343. Windows color (decimal): -11517151 or 2179920. OLE color: 2179920.

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

Color convert

RGB806733-
CMYK00.160.590.69
HSL43.4º41.59%22.16%-
HSV(B)43.4º58.75%31.37%-
XYZ5.595.832.27-
YUV67.01108.81137.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=44.44%
G=37.22%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673300.160.590.6943.441.5922.16
Hex5043210103B452b2a16
Octal1201034102073105535226
Binary10100001000011100001010000111011100010110101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504321; }

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

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

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

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

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

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

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

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