#504002

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

Shades of Madras #504002

Tints of Madras #504002

Color information

#504002 (or 0x504002) is unknown color: approx Madras. HEX triplet: 50, 40 and 02. RGB value is (80,64,2). Sum of RGB (Red+Green+Blue) = 80+64+2=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #504002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504002 is #AFBFFD. Grayscale: #3D3D3D. Windows color (decimal): -11517950 or 147536. OLE color: 147536.

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

Color convert

RGB80642-
CMYK00.200.980.69
HSL47.69º95.12%16.08%-
HSV(B)47.69º97.5%31.37%-
XYZ5.155.380.82-
YUV61.7294.3141.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=54.79%
G=43.84%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064200.200.980.6947.6995.1216.08
Hex504020146245305f10
Octal12010020241421056013720
Binary101000010000001001010011000101000101110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504002; }

 p { color: rgb(80,64,2); }

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

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

 a { background-color: rgb(80,64,2); }

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

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

 span { border-color: rgb(80,64,2); }

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