Html Css Color HEX #4D4620 Madras

📋 copy color: '#4D4620'

red 77 ◦ green 70 ◦ blue 32

#4D4620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #4D4620

Tints of Madras #4D4620

RGB

 RED value IS 77 (30.47% from 255) = 43.02%

 GREEN value IS 70 (27.73% from 255) = 39.11%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 43.02%
G = 39.11%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D4620 (or 0x4D4620) is known color: Madras. HEX triplet: 4D, 46 and 20. RGB value is (77,70,32). Sum of RGB (Red+Green+Blue) = 77+70+32=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4620 is #B2B9DF. Grayscale: #434343. Windows color (decimal): -11712992 or 2115149. OLE color: 2115149.

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

Color convert

RGB 77 70 32 -
CMYK 0 0.09 0.58 0.70
HSL 50.67º 0.41% 0.21% -
HSV(B) 50.67º 0.58% 0.3% -
XYZ 5.51 6.06 2.25 -
YUV 67.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 77 70 32 0 0.09 0.58 0.70 50.67 0.41 0.21
Hex 4D 46 20 0 9 3A 46 33 29 15
Octal 115 106 40 0 11 72 106 63 51 25
Binary 1001101 1000110 100000 0 1001 111010 1000110 110011 101001 10101

Color Harmonies of #4D4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4620

Black with #4D4620

Text Example


Text Example

White with #4D4620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4620;
 }
 .AnyTagClassName
 {
   color: #4D4620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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