Html Css Color HEX #A47B49 Muesli

📋 copy color: '#A47B49'

red 164 ◦ green 123 ◦ blue 73

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

Shades of Muesli #A47B49

Tints of Muesli #A47B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

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

R = 45.56%
G = 34.17%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A47B49 (or 0xA47B49) is known color: Muesli. HEX triplet: A4, 7B and 49. RGB value is (164,123,73). Sum of RGB (Red+Green+Blue) = 164+123+73=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B49 is #5B84B6. Grayscale: #818181. Windows color (decimal): -5997751 or 4815780. OLE color: 4815780.

HSL color Cylindrical-coordinate representation of color #A47B49: hue angle of 32.97º 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 #A47B49 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 73 -
CMYK 0 0.25 0.55 0.36
HSL 32.97º 0.38% 0.46% -
HSV(B) 32.97º 0.55% 0.64% -
XYZ 23.6 22.54 9.41 -
YUV 129.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 164 123 73 0 0.25 0.55 0.36 32.97 0.38 0.46
Hex A4 7B 49 0 19 37 24 21 26 2E
Octal 244 173 111 0 31 67 44 41 46 56
Binary 10100100 1111011 1001001 0 11001 110111 100100 100001 100110 101110

Color Harmonies of #A47B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B49

Black with #A47B49

Text Example


Text Example

White with #A47B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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