#4D4605

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

Shades of Madras #4D4605

Tints of Madras #4D4605

Color information

#4D4605 (or 0x4D4605) is unknown color: approx Madras. HEX triplet: 4D, 46 and 05. RGB value is (77,70,5). Sum of RGB (Red+Green+Blue) = 77+70+5=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4605 is #B2B9FA. Grayscale: #404040. Windows color (decimal): -11713019 or 345677. OLE color: 345677.

HSL color Cylindrical-coordinate representation of color #4D4605: hue angle of 54.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D4605 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB77705-
CMYK00.090.940.70
HSL54.17º87.8%16.08%-
HSV(B)54.17º93.51%30.2%-
XYZ5.285.971.02-
YUV64.6894.32136.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=50.66%
G=46.05%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7770500.090.940.7054.1787.816.08
Hex4D465095E46365810
Octal11510650111361066613020
Binary100110110001101010100110111101000110110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4605; }

 p { color: rgb(77,70,5); }

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

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

 a { background-color: rgb(77,70,5); }

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

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

 span { border-color: rgb(77,70,5); }

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