Html Css Color HEX #4D4416 Madras

📋 copy color: '#4D4416'

red 77 ◦ green 68 ◦ blue 22

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

Shades of Madras #4D4416

Tints of Madras #4D4416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 46.11%
G = 40.72%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4416 (or 0x4D4416) is known color: Madras. HEX triplet: 4D, 44 and 16. RGB value is (77,68,22). Sum of RGB (Red+Green+Blue) = 77+68+22=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4416 is #B2BBE9. Grayscale: #414141. Windows color (decimal): -11713514 or 1459277. OLE color: 1459277.

HSL color Cylindrical-coordinate representation of color #4D4416: hue angle of 50.18º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D4416 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 68 22 -
CMYK 0 0.12 0.71 0.70
HSL 50.18º 0.56% 0.19% -
HSV(B) 50.18º 0.71% 0.3% -
XYZ 5.27 5.77 1.59 -
YUV 65.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 77 68 22 0 0.12 0.71 0.70 50.18 0.56 0.19
Hex 4D 44 16 0 C 47 46 32 38 13
Octal 115 104 26 0 14 107 106 62 70 23
Binary 1001101 1000100 10110 0 1100 1000111 1000110 110010 111000 10011

Color Harmonies of #4D4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4416

Black with #4D4416

Text Example


Text Example

White with #4D4416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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