Html Css Color HEX #4D4220 Madras

📋 copy color: '#4D4220'

red 77 ◦ green 66 ◦ blue 32

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

Shades of Madras #4D4220

Tints of Madras #4D4220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

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

R = 44%
G = 37.71%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D4220 (or 0x4D4220) is known color: Madras. HEX triplet: 4D, 42 and 20. RGB value is (77,66,32). Sum of RGB (Red+Green+Blue) = 77+66+32=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4220 is #B2BDDF. Grayscale: #414141. Windows color (decimal): -11714016 or 2114125. OLE color: 2114125.

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

Color convert

RGB 77 66 32 -
CMYK 0 0.14 0.58 0.70
HSL 45.33º 0.41% 0.21% -
HSV(B) 45.33º 0.58% 0.3% -
XYZ 5.27 5.58 2.17 -
YUV 65.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 77 66 32 0 0.14 0.58 0.70 45.33 0.41 0.21
Hex 4D 42 20 0 E 3A 46 2D 29 15
Octal 115 102 40 0 16 72 106 55 51 25
Binary 1001101 1000010 100000 0 1110 111010 1000110 101101 101001 10101

Color Harmonies of #4D4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4220

Black with #4D4220

Text Example


Text Example

White with #4D4220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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