Html Css Color HEX #A47949 Muesli

📋 copy color: '#A47949'

red 164 ◦ green 121 ◦ blue 73

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

Shades of Muesli #A47949

Tints of Muesli #A47949

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 45.81%
G = 33.8%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A47949 (or 0xA47949) is known color: Muesli. HEX triplet: A4, 79 and 49. RGB value is (164,121,73). Sum of RGB (Red+Green+Blue) = 164+121+73=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A47949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47949 is #5B86B6. Grayscale: #808080. Windows color (decimal): -5998263 or 4815268. OLE color: 4815268.

HSL color Cylindrical-coordinate representation of color #A47949: hue angle of 31.65º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A47949 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 73 -
CMYK 0 0.26 0.55 0.36
HSL 31.65º 0.38% 0.46% -
HSV(B) 31.65º 0.55% 0.64% -
XYZ 23.35 22.05 9.33 -
YUV 128.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 164 121 73 0 0.26 0.55 0.36 31.65 0.38 0.46
Hex A4 79 49 0 1A 37 24 20 26 2E
Octal 244 171 111 0 32 67 44 40 46 56
Binary 10100100 1111001 1001001 0 11010 110111 100100 100000 100110 101110

Color Harmonies of #A47949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47949

Black with #A47949

Text Example


Text Example

White with #A47949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47949; }

 p { color: rgb(164,121,73); }

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

background-color css

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

 a { background-color: rgb(164,121,73); }

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

border-color css

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

 span { border-color: rgb(164,121,73); }

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