#503F05

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

Shades of Madras #503F05

Tints of Madras #503F05

Color information

#503F05 (or 0x503F05) is unknown color: approx Madras. HEX triplet: 50, 3F and 05. RGB value is (80,63,5). Sum of RGB (Red+Green+Blue) = 80+63+5=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #503F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F05 is #AFC0FA. Grayscale: #3D3D3D. Windows color (decimal): -11518203 or 343888. OLE color: 343888.

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

Color convert

RGB80635-
CMYK00.210.940.69
HSL46.4º88.24%16.67%-
HSV(B)46.4º93.75%31.37%-
XYZ5.115.270.89-
YUV61.4796.13141.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=54.05%
G=42.57%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8063500.210.940.6946.488.2416.67
Hex503F50155E452e5811
Octal1207750251361055613021
Binary101000011111110101010110111101000101101110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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