Html Css Color HEX #A47D4E Muesli

📋 copy color: '#A47D4E'

red 164 ◦ green 125 ◦ blue 78

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

Shades of Muesli #A47D4E

Tints of Muesli #A47D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 44.69%
G = 34.06%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A47D4E (or 0xA47D4E) is known color: Muesli. HEX triplet: A4, 7D and 4E. RGB value is (164,125,78). Sum of RGB (Red+Green+Blue) = 164+125+78=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D4E is #5B82B1. Grayscale: #838383. Windows color (decimal): -5997234 or 5143972. OLE color: 5143972.

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

Color convert

RGB 164 125 78 -
CMYK 0 0.24 0.52 0.36
HSL 32.79º 0.36% 0.47% -
HSV(B) 32.79º 0.52% 0.64% -
XYZ 24.02 23.11 10.4 -
YUV 131.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 164 125 78 0 0.24 0.52 0.36 32.79 0.36 0.47
Hex A4 7D 4E 0 18 34 24 21 24 2F
Octal 244 175 116 0 30 64 44 41 44 57
Binary 10100100 1111101 1001110 0 11000 110100 100100 100001 100100 101111

Color Harmonies of #A47D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D4E

Black with #A47D4E

Text Example


Text Example

White with #A47D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D4E; }

 p { color: rgb(164,125,78); }

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

background-color css

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

 a { background-color: rgb(164,125,78); }

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

border-color css

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

 span { border-color: rgb(164,125,78); }

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