#503E06

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

Shades of Madras #503E06

Tints of Madras #503E06

Color information

#503E06 (or 0x503E06) is unknown color: approx Madras. HEX triplet: 50, 3E and 06. RGB value is (80,62,6). Sum of RGB (Red+Green+Blue) = 80+62+6=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #503E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E06 is #AFC1F9. Grayscale: #3D3D3D. Windows color (decimal): -11518458 or 409168. OLE color: 409168.

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

Color convert

RGB80626-
CMYK00.220.920.69
HSL45.41º86.05%16.86%-
HSV(B)45.41º92.5%31.37%-
XYZ5.065.160.9-
YUV6196.96141.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 62 (24.61% from 255) = 41.89%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=54.05%
G=41.89%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8062600.220.920.6945.4186.0516.86
Hex503E60165C452d5611
Octal1207660261341055512621
Binary101000011111011001011010111001000101101101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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