Html Css Color HEX #4D4420 Madras

📋 copy color: '#4D4420'

red 77 ◦ green 68 ◦ blue 32

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

Shades of Madras #4D4420

Tints of Madras #4D4420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 43.5%
G = 38.42%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D4420 (or 0x4D4420) is known color: Madras. HEX triplet: 4D, 44 and 20. RGB value is (77,68,32). Sum of RGB (Red+Green+Blue) = 77+68+32=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4420 is #B2BBDF. Grayscale: #424242. Windows color (decimal): -11713504 or 2114637. OLE color: 2114637.

HSL color Cylindrical-coordinate representation of color #4D4420: hue angle of 48º 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 #4D4420 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 68 32 -
CMYK 0 0.12 0.58 0.70
HSL 48º 0.41% 0.21% -
HSV(B) 48º 0.58% 0.3% -
XYZ 5.39 5.82 2.21 -
YUV 66.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 77 68 32 0 0.12 0.58 0.70 48 0.41 0.21
Hex 4D 44 20 0 C 3A 46 30 29 15
Octal 115 104 40 0 14 72 106 60 51 25
Binary 1001101 1000100 100000 0 1100 111010 1000110 110000 101001 10101

Color Harmonies of #4D4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4420

Black with #4D4420

Text Example


Text Example

White with #4D4420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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