#503F21

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

Shades of Madras #503F21

Tints of Madras #503F21

Color information

#503F21 (or 0x503F21) is unknown color: approx Madras. HEX triplet: 50, 3F and 21. RGB value is (80,63,33). Sum of RGB (Red+Green+Blue) = 80+63+33=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #503F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F21 is #AFC0DE. Grayscale: #404040. Windows color (decimal): -11518175 or 2178896. OLE color: 2178896.

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

Color convert

RGB806333-
CMYK00.210.590.69
HSL38.3º41.59%22.16%-
HSV(B)38.3º58.75%31.37%-
XYZ5.365.372.19-
YUV64.66110.13138.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=45.45%
G=35.80%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80633300.210.590.6938.341.5922.16
Hex503F210153B45262a16
Octal120774102573105465226
Binary1010000111111100001010101111011100010110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503F21; }

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

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

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

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

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

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

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

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