Html Css Color HEX #A47546 Muesli

📋 copy color: '#A47546'

red 164 ◦ green 117 ◦ blue 70

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

Shades of Muesli #A47546

Tints of Muesli #A47546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 46.72%
G = 33.33%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47546 (or 0xA47546) is known color: Muesli. HEX triplet: A4, 75 and 46. RGB value is (164,117,70). Sum of RGB (Red+Green+Blue) = 164+117+70=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A47546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47546 is #5B8AB9. Grayscale: #7D7D7D. Windows color (decimal): -5999290 or 4617636. OLE color: 4617636.

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

Color convert

RGB 164 117 70 -
CMYK 0 0.29 0.57 0.36
HSL 30º 0.4% 0.46% -
HSV(B) 30º 0.57% 0.64% -
XYZ 22.78 21.06 8.66 -
YUV 125.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 164 117 70 0 0.29 0.57 0.36 30 0.4 0.46
Hex A4 75 46 0 1D 39 24 1E 28 2E
Octal 244 165 106 0 35 71 44 36 50 56
Binary 10100100 1110101 1000110 0 11101 111001 100100 11110 101000 101110

Color Harmonies of #A47546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47546

Black with #A47546

Text Example


Text Example

White with #A47546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47546; }

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

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

background-color css

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

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

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

border-color css

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

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

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