#504201

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

Shades of Madras #504201

Tints of Madras #504201

Color information

#504201 (or 0x504201) is unknown color: approx Madras. HEX triplet: 50, 42 and 01. RGB value is (80,66,1). Sum of RGB (Red+Green+Blue) = 80+66+1=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #504201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504201 is #AFBDFE. Grayscale: #3F3F3F. Windows color (decimal): -11517439 or 82512. OLE color: 82512.

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

Color convert

RGB80661-
CMYK00.170.990.69
HSL49.37º97.53%15.88%-
HSV(B)49.37º98.75%31.37%-
XYZ5.265.60.83-
YUV62.7893.14140.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=54.42%
G=44.90%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066100.170.990.6949.3797.5315.88
Hex504210116345316210
Octal12010210211431056114220
Binary10100001000010101000111000111000101110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504201; }

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

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

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

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

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

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

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

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