Html Css Color HEX #4D4206 Madras

📋 copy color: '#4D4206'

red 77 ◦ green 66 ◦ blue 6

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

Shades of Madras #4D4206

Tints of Madras #4D4206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 51.68%
G = 44.3%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#4D4206 (or 0x4D4206) is known color: Madras. HEX triplet: 4D, 42 and 06. RGB value is (77,66,6). Sum of RGB (Red+Green+Blue) = 77+66+6=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4206 is #B2BDF9. Grayscale: #3E3E3E. Windows color (decimal): -11714042 or 410189. OLE color: 410189.

HSL color Cylindrical-coordinate representation of color #4D4206: hue angle of 50.7º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D4206 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 66 6 -
CMYK 0 0.14 0.92 0.70
HSL 50.7º 0.86% 0.16% -
HSV(B) 50.7º 0.92% 0.3% -
XYZ 5.04 5.49 0.97 -
YUV 62.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 77 66 6 0 0.14 0.92 0.70 50.7 0.86 0.16
Hex 4D 42 6 0 E 5C 46 33 56 10
Octal 115 102 6 0 16 134 106 63 126 20
Binary 1001101 1000010 110 0 1110 1011100 1000110 110011 1010110 10000

Color Harmonies of #4D4206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4206

Black with #4D4206

Text Example


Text Example

White with #4D4206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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