#504206

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

Shades of Madras #504206

Tints of Madras #504206

Color information

#504206 (or 0x504206) is unknown color: approx Madras. HEX triplet: 50, 42 and 06. RGB value is (80,66,6). Sum of RGB (Red+Green+Blue) = 80+66+6=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504206 is #AFBDF9. Grayscale: #3F3F3F. Windows color (decimal): -11517434 or 410192. OLE color: 410192.

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

Color convert

RGB80666-
CMYK00.170.920.69
HSL48.65º86.05%16.86%-
HSV(B)48.65º92.5%31.37%-
XYZ5.295.620.98-
YUV63.3595.64139.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=52.63%
G=43.42%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066600.170.920.6948.6586.0516.86
Hex504260115C45315611
Octal12010260211341056112621
Binary1010000100001011001000110111001000101110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504206; }

 p { color: rgb(80,66,6); }

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

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

 a { background-color: rgb(80,66,6); }

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

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

 span { border-color: rgb(80,66,6); }

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