#503F0A

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

Shades of Madras #503F0A

Tints of Madras #503F0A

Color information

#503F0A (or 0x503F0A) is unknown color: approx Madras. HEX triplet: 50, 3F and 0A. RGB value is (80,63,10). Sum of RGB (Red+Green+Blue) = 80+63+10=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F0A is #AFC0F5. Grayscale: #3E3E3E. Windows color (decimal): -11518198 or 671568. OLE color: 671568.

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

Color convert

RGB806310-
CMYK00.210.870.69
HSL45.43º77.78%17.65%-
HSV(B)45.43º87.5%31.37%-
XYZ5.145.281.04-
YUV62.0498.63140.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=52.29%
G=41.18%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80631000.210.870.6945.4377.7817.65
Hex503FA01557452d4e12
Octal12077120251271055511622
Binary1010000111111101001010110101111000101101101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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