#503907

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

Shades of Madras #503907

Tints of Madras #503907

Color information

#503907 (or 0x503907) is unknown color: approx Madras. HEX triplet: 50, 39 and 07. RGB value is (80,57,7). Sum of RGB (Red+Green+Blue) = 80+57+7=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503907 is #AFC6F8. Grayscale: #3A3A3A. Windows color (decimal): -11519737 or 473424. OLE color: 473424.

HSL color Cylindrical-coordinate representation of color #503907: hue angle of 41.1º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #503907 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB80577-
CMYK00.290.910.69
HSL41.1º83.91%17.06%-
HSV(B)41.1º91.25%31.37%-
XYZ4.814.650.84-
YUV58.1899.12143.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=55.56%
G=39.58%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8057700.290.910.6941.183.9117.06
Hex5039701D5B45295411
Octal1207170351331055112421
Binary101000011100111101110110110111000101101001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503907; }

 p { color: rgb(80,57,7); }

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

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

 a { background-color: rgb(80,57,7); }

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

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

 span { border-color: rgb(80,57,7); }

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