#503C06

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

Shades of Madras #503C06

Tints of Madras #503C06

Color information

#503C06 (or 0x503C06) is unknown color: approx Madras. HEX triplet: 50, 3C and 06. RGB value is (80,60,6). Sum of RGB (Red+Green+Blue) = 80+60+6=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C06 is #AFC3F9. Grayscale: #3C3C3C. Windows color (decimal): -11518970 or 408656. OLE color: 408656.

HSL color Cylindrical-coordinate representation of color #503C06: hue angle of 43.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #503C06 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80606-
CMYK00.250.920.69
HSL43.78º86.05%16.86%-
HSV(B)43.78º92.5%31.37%-
XYZ4.964.950.87-
YUV59.8297.63142.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=54.79%
G=41.10%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8060600.250.920.6943.7886.0516.86
Hex503C60195C452c5611
Octal1207460311341055412621
Binary101000011110011001100110111001000101101100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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