Html Css Color HEX #4D4216 Madras

📋 copy color: '#4D4216'

red 77 ◦ green 66 ◦ blue 22

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

Shades of Madras #4D4216

Tints of Madras #4D4216

RGB

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

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

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

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4216 (or 0x4D4216) is known color: Madras. HEX triplet: 4D, 42 and 16. RGB value is (77,66,22). Sum of RGB (Red+Green+Blue) = 77+66+22=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4216 is #B2BDE9. Grayscale: #404040. Windows color (decimal): -11714026 or 1458765. OLE color: 1458765.

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

Color convert

RGB 77 66 22 -
CMYK 0 0.14 0.71 0.70
HSL 48º 0.56% 0.19% -
HSV(B) 48º 0.71% 0.3% -
XYZ 5.15 5.53 1.56 -
YUV 64.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 77 66 22 0 0.14 0.71 0.70 48 0.56 0.19
Hex 4D 42 16 0 E 47 46 30 38 13
Octal 115 102 26 0 16 107 106 60 70 23
Binary 1001101 1000010 10110 0 1110 1000111 1000110 110000 111000 10011

Color Harmonies of #4D4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4216

Black with #4D4216

Text Example


Text Example

White with #4D4216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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