Html Css Color HEX #A47548 Muesli

📋 copy color: '#A47548'

red 164 ◦ green 117 ◦ blue 72

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

Shades of Muesli #A47548

Tints of Muesli #A47548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 46.46%
G = 33.14%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A47548 (or 0xA47548) is known color: Muesli. HEX triplet: A4, 75 and 48. RGB value is (164,117,72). Sum of RGB (Red+Green+Blue) = 164+117+72=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A47548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47548 is #5B8AB7. Grayscale: #7E7E7E. Windows color (decimal): -5999288 or 4748708. OLE color: 4748708.

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

Color convert

RGB 164 117 72 -
CMYK 0 0.29 0.56 0.36
HSL 29.35º 0.39% 0.46% -
HSV(B) 29.35º 0.56% 0.64% -
XYZ 22.84 21.08 9 -
YUV 125.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 164 117 72 0 0.29 0.56 0.36 29.35 0.39 0.46
Hex A4 75 48 0 1D 38 24 1D 27 2E
Octal 244 165 110 0 35 70 44 35 47 56
Binary 10100100 1110101 1001000 0 11101 111000 100100 11101 100111 101110

Color Harmonies of #A47548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47548

Black with #A47548

Text Example


Text Example

White with #A47548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47548; }

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

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

background-color css

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

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

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

border-color css

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

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

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