#503C09

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

Shades of Madras #503C09

Tints of Madras #503C09

Color information

#503C09 (or 0x503C09) is unknown color: approx Madras. HEX triplet: 50, 3C and 09. RGB value is (80,60,9). Sum of RGB (Red+Green+Blue) = 80+60+9=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C09 is #AFC3F6. Grayscale: #3C3C3C. Windows color (decimal): -11518967 or 605264. OLE color: 605264.

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

Color convert

RGB80609-
CMYK00.250.890.69
HSL43.1º79.78%17.45%-
HSV(B)43.1º88.75%31.37%-
XYZ4.974.960.95-
YUV60.1799.13142.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=53.69%
G=40.27%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8060900.250.890.6943.179.7817.45
Hex503C901959452b5011
Octal12074110311311055312021
Binary1010000111100100101100110110011000101101011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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