Html Css Color HEX #A47C4C Muesli

📋 copy color: '#A47C4C'

red 164 ◦ green 124 ◦ blue 76

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

Shades of Muesli #A47C4C

Tints of Muesli #A47C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 45.05%
G = 34.07%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A47C4C (or 0xA47C4C) is known color: Muesli. HEX triplet: A4, 7C and 4C. RGB value is (164,124,76). Sum of RGB (Red+Green+Blue) = 164+124+76=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C4C is #5B83B3. Grayscale: #828282. Windows color (decimal): -5997492 or 5012644. OLE color: 5012644.

HSL color Cylindrical-coordinate representation of color #A47C4C: hue angle of 32.73º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A47C4C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 124 76 -
CMYK 0 0.24 0.54 0.36
HSL 32.73º 0.37% 0.47% -
HSV(B) 32.73º 0.54% 0.64% -
XYZ 23.82 22.83 9.99 -
YUV 130.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 164 124 76 0 0.24 0.54 0.36 32.73 0.37 0.47
Hex A4 7C 4C 0 18 36 24 21 25 2F
Octal 244 174 114 0 30 66 44 41 45 57
Binary 10100100 1111100 1001100 0 11000 110110 100100 100001 100101 101111

Color Harmonies of #A47C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C4C

Black with #A47C4C

Text Example


Text Example

White with #A47C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C4C; }

 p { color: rgb(164,124,76); }

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

background-color css

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

 a { background-color: rgb(164,124,76); }

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

border-color css

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

 span { border-color: rgb(164,124,76); }

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