Html Css Color HEX #4D4116 Madras

📋 copy color: '#4D4116'

red 77 ◦ green 65 ◦ blue 22

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

Shades of Madras #4D4116

Tints of Madras #4D4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.63%

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

R = 46.95%
G = 39.63%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4116 (or 0x4D4116) is known color: Madras. HEX triplet: 4D, 41 and 16. RGB value is (77,65,22). Sum of RGB (Red+Green+Blue) = 77+65+22=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4116 is #B2BEE9. Grayscale: #3F3F3F. Windows color (decimal): -11714282 or 1458509. OLE color: 1458509.

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

Color convert

RGB 77 65 22 -
CMYK 0 0.16 0.71 0.70
HSL 46.91º 0.56% 0.19% -
HSV(B) 46.91º 0.71% 0.3% -
XYZ 5.1 5.42 1.54 -
YUV 63.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 77 65 22 0 0.16 0.71 0.70 46.91 0.56 0.19
Hex 4D 41 16 0 10 47 46 2F 38 13
Octal 115 101 26 0 20 107 106 57 70 23
Binary 1001101 1000001 10110 0 10000 1000111 1000110 101111 111000 10011

Color Harmonies of #4D4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4116

Black with #4D4116

Text Example


Text Example

White with #4D4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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