#503A0F

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

Shades of Madras #503A0F

Tints of Madras #503A0F

Color information

#503A0F (or 0x503A0F) is unknown color: approx Madras. HEX triplet: 50, 3A and 0F. RGB value is (80,58,15). Sum of RGB (Red+Green+Blue) = 80+58+15=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A0F is #AFC5F0. Grayscale: #3B3B3B. Windows color (decimal): -11519473 or 997968. OLE color: 997968.

HSL color Cylindrical-coordinate representation of color #503A0F: hue angle of 39.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #503A0F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB805815-
CMYK00.280.810.69
HSL39.69º68.42%18.63%-
HSV(B)39.69º81.25%31.37%-
XYZ4.914.771.11-
YUV59.68102.79142.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=52.29%
G=37.91%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80581500.280.810.6939.6968.4218.63
Hex503AF01C5145284413
Octal12072170341211055010423
Binary1010000111010111101110010100011000101101000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,15); }

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

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

 a { background-color: rgb(80,58,15); }

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

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

 span { border-color: rgb(80,58,15); }

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