#504604

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

Shades of Madras #504604

Tints of Madras #504604

Color information

#504604 (or 0x504604) is unknown color: approx Madras. HEX triplet: 50, 46 and 04. RGB value is (80,70,4). Sum of RGB (Red+Green+Blue) = 80+70+4=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504604 is #AFB9FB. Grayscale: #414141. Windows color (decimal): -11516412 or 280144. OLE color: 280144.

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

Color convert

RGB80704-
CMYK00.120.950.69
HSL52.11º90.48%16.47%-
HSV(B)52.11º95%31.37%-
XYZ5.526.091-
YUV65.4793.31138.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=51.95%
G=45.45%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8070400.120.950.6952.1190.4816.47
Hex504640C5F45345a10
Octal12010640141371056413220
Binary101000010001101000110010111111000101110100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504604; }

 p { color: rgb(80,70,4); }

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

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

 a { background-color: rgb(80,70,4); }

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

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

 span { border-color: rgb(80,70,4); }

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