#503F01

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

Shades of Madras #503F01

Tints of Madras #503F01

Color information

#503F01 (or 0x503F01) is unknown color: approx Madras. HEX triplet: 50, 3F and 01. RGB value is (80,63,1). Sum of RGB (Red+Green+Blue) = 80+63+1=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F01 is #AFC0FE. Grayscale: #3D3D3D. Windows color (decimal): -11518207 or 81744. OLE color: 81744.

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

Color convert

RGB80631-
CMYK00.210.990.69
HSL47.09º97.53%15.88%-
HSV(B)47.09º98.75%31.37%-
XYZ5.095.260.78-
YUV61.0194.13141.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=55.56%
G=43.75%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8063100.210.990.6947.0997.5315.88
Hex503F101563452f6210
Octal1207710251431055714220
Binary1010000111111101010111000111000101101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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