Html Css Color HEX #4D4716 Madras

📋 copy color: '#4D4716'

red 77 ◦ green 71 ◦ blue 22

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

Shades of Madras #4D4716

Tints of Madras #4D4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.76%

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

R = 45.29%
G = 41.76%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4716 (or 0x4D4716) is known color: Madras. HEX triplet: 4D, 47 and 16. RGB value is (77,71,22). Sum of RGB (Red+Green+Blue) = 77+71+22=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4716 is #B2B8E9. Grayscale: #434343. Windows color (decimal): -11712746 or 1460045. OLE color: 1460045.

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

Color convert

RGB 77 71 22 -
CMYK 0 0.08 0.71 0.70
HSL 53.45º 0.56% 0.19% -
HSV(B) 53.45º 0.71% 0.3% -
XYZ 5.46 6.14 1.66 -
YUV 67.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 77 71 22 0 0.08 0.71 0.70 53.45 0.56 0.19
Hex 4D 47 16 0 8 47 46 35 38 13
Octal 115 107 26 0 10 107 106 65 70 23
Binary 1001101 1000111 10110 0 1000 1000111 1000110 110101 111000 10011

Color Harmonies of #4D4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4716

Black with #4D4716

Text Example


Text Example

White with #4D4716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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