Html Css Color HEX #A47748 Muesli

📋 copy color: '#A47748'

red 164 ◦ green 119 ◦ blue 72

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

Shades of Muesli #A47748

Tints of Muesli #A47748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 46.2%
G = 33.52%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A47748 (or 0xA47748) is known color: Muesli. HEX triplet: A4, 77 and 48. RGB value is (164,119,72). Sum of RGB (Red+Green+Blue) = 164+119+72=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47748 is #5B88B7. Grayscale: #7F7F7F. Windows color (decimal): -5998776 or 4749220. OLE color: 4749220.

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

Color convert

RGB 164 119 72 -
CMYK 0 0.27 0.56 0.36
HSL 30.65º 0.39% 0.46% -
HSV(B) 30.65º 0.56% 0.64% -
XYZ 23.08 21.55 9.07 -
YUV 127.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 164 119 72 0 0.27 0.56 0.36 30.65 0.39 0.46
Hex A4 77 48 0 1B 38 24 1F 27 2E
Octal 244 167 110 0 33 70 44 37 47 56
Binary 10100100 1110111 1001000 0 11011 111000 100100 11111 100111 101110

Color Harmonies of #A47748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47748

Black with #A47748

Text Example


Text Example

White with #A47748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47748; }

 p { color: rgb(164,119,72); }

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

background-color css

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

 a { background-color: rgb(164,119,72); }

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

border-color css

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

 span { border-color: rgb(164,119,72); }

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