Html Css Color HEX #4D4516 Madras

📋 copy color: '#4D4516'

red 77 ◦ green 69 ◦ blue 22

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

Shades of Madras #4D4516

Tints of Madras #4D4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

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

R = 45.83%
G = 41.07%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4516 (or 0x4D4516) is known color: Madras. HEX triplet: 4D, 45 and 16. RGB value is (77,69,22). Sum of RGB (Red+Green+Blue) = 77+69+22=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4516 is #B2BAE9. Grayscale: #424242. Windows color (decimal): -11713258 or 1459533. OLE color: 1459533.

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

Color convert

RGB 77 69 22 -
CMYK 0 0.10 0.71 0.70
HSL 51.27º 0.56% 0.19% -
HSV(B) 51.27º 0.71% 0.3% -
XYZ 5.33 5.89 1.62 -
YUV 66.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 77 69 22 0 0.10 0.71 0.70 51.27 0.56 0.19
Hex 4D 45 16 0 A 47 46 33 38 13
Octal 115 105 26 0 12 107 106 63 70 23
Binary 1001101 1000101 10110 0 1010 1000111 1000110 110011 111000 10011

Color Harmonies of #4D4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4516

Black with #4D4516

Text Example


Text Example

White with #4D4516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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