Html Css Color HEX #4D4616 Madras

📋 copy color: '#4D4616'

red 77 ◦ green 70 ◦ blue 22

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

Shades of Madras #4D4616

Tints of Madras #4D4616

RGB

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

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

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

R = 45.56%
G = 41.42%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4616 (or 0x4D4616) is known color: Madras. HEX triplet: 4D, 46 and 16. RGB value is (77,70,22). Sum of RGB (Red+Green+Blue) = 77+70+22=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4616 is #B2B9E9. Grayscale: #424242. Windows color (decimal): -11713002 or 1459789. OLE color: 1459789.

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

Color convert

RGB 77 70 22 -
CMYK 0 0.09 0.71 0.70
HSL 52.36º 0.56% 0.19% -
HSV(B) 52.36º 0.71% 0.3% -
XYZ 5.4 6.02 1.64 -
YUV 66.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 77 70 22 0 0.09 0.71 0.70 52.36 0.56 0.19
Hex 4D 46 16 0 9 47 46 34 38 13
Octal 115 106 26 0 11 107 106 64 70 23
Binary 1001101 1000110 10110 0 1001 1000111 1000110 110100 111000 10011

Color Harmonies of #4D4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4616

Black with #4D4616

Text Example


Text Example

White with #4D4616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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