#503D0A

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

Shades of Madras #503D0A

Tints of Madras #503D0A

Color information

#503D0A (or 0x503D0A) is unknown color: approx Madras. HEX triplet: 50, 3D and 0A. RGB value is (80,61,10). Sum of RGB (Red+Green+Blue) = 80+61+10=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D0A is #AFC2F5. Grayscale: #3D3D3D. Windows color (decimal): -11518710 or 671056. OLE color: 671056.

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

Color convert

RGB806110-
CMYK00.240.870.69
HSL43.71º77.78%17.65%-
HSV(B)43.71º87.5%31.37%-
XYZ5.035.061-
YUV60.8799.29141.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=52.98%
G=40.40%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80611000.240.870.6943.7177.7817.65
Hex503DA01857452c4e12
Octal12075120301271055411622
Binary1010000111101101001100010101111000101101100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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