#503E09

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

Shades of Madras #503E09

Tints of Madras #503E09

Color information

#503E09 (or 0x503E09) is unknown color: approx Madras. HEX triplet: 50, 3E and 09. RGB value is (80,62,9). Sum of RGB (Red+Green+Blue) = 80+62+9=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E09 is #AFC1F6. Grayscale: #3D3D3D. Windows color (decimal): -11518455 or 605776. OLE color: 605776.

HSL color Cylindrical-coordinate representation of color #503E09: hue angle of 44.79º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #503E09 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80629-
CMYK00.220.890.69
HSL44.79º79.78%17.45%-
HSV(B)44.79º88.75%31.37%-
XYZ5.085.170.99-
YUV61.3498.46141.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 62 (24.61% from 255) = 41.06%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=52.98%
G=41.06%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8062900.220.890.6944.7979.7817.45
Hex503E901659452d5011
Octal12076110261311055512021
Binary1010000111110100101011010110011000101101101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,62,9); }

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

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

 a { background-color: rgb(80,62,9); }

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

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

 span { border-color: rgb(80,62,9); }

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