Html Css Color HEX #A47D4F Muesli

📋 copy color: '#A47D4F'

red 164 ◦ green 125 ◦ blue 79

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

Shades of Muesli #A47D4F

Tints of Muesli #A47D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 44.57%
G = 33.97%
B = 21.47%

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

#A47D4F (or 0xA47D4F) is known color: Muesli. HEX triplet: A4, 7D and 4F. RGB value is (164,125,79). Sum of RGB (Red+Green+Blue) = 164+125+79=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D4F is #5B82B0. Grayscale: #838383. Windows color (decimal): -5997233 or 5209508. OLE color: 5209508.

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

Color convert

RGB 164 125 79 -
CMYK 0 0.24 0.52 0.36
HSL 32.47º 0.35% 0.48% -
HSV(B) 32.47º 0.52% 0.64% -
XYZ 24.05 23.12 10.59 -
YUV 131.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 164 125 79 0 0.24 0.52 0.36 32.47 0.35 0.48
Hex A4 7D 4F 0 18 34 24 20 23 30
Octal 244 175 117 0 30 64 44 40 43 60
Binary 10100100 1111101 1001111 0 11000 110100 100100 100000 100011 110000

Color Harmonies of #A47D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D4F

Black with #A47D4F

Text Example


Text Example

White with #A47D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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