#503E02

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

Shades of Madras #503E02

Tints of Madras #503E02

Color information

#503E02 (or 0x503E02) is unknown color: approx Madras. HEX triplet: 50, 3E and 02. RGB value is (80,62,2). Sum of RGB (Red+Green+Blue) = 80+62+2=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E02 is #AFC1FD. Grayscale: #3C3C3C. Windows color (decimal): -11518462 or 147024. OLE color: 147024.

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

Color convert

RGB80622-
CMYK00.220.980.69
HSL46.15º95.12%16.08%-
HSV(B)46.15º97.5%31.37%-
XYZ5.045.160.79-
YUV60.5494.96141.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 62 (24.61% from 255) = 43.06%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=55.56%
G=43.06%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8062200.220.980.6946.1595.1216.08
Hex503E201662452e5f10
Octal1207620261421055613720
Binary10100001111101001011011000101000101101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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