Html Css Color HEX #A47952 Muesli

📋 copy color: '#A47952'

red 164 ◦ green 121 ◦ blue 82

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

Shades of Muesli #A47952

Tints of Muesli #A47952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 44.69%
G = 32.97%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A47952 (or 0xA47952) is known color: Muesli. HEX triplet: A4, 79 and 52. RGB value is (164,121,82). Sum of RGB (Red+Green+Blue) = 164+121+82=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47952 is #5B86AD. Grayscale: #818181. Windows color (decimal): -5998254 or 5405092. OLE color: 5405092.

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

Color convert

RGB 164 121 82 -
CMYK 0 0.26 0.5 0.36
HSL 28.54º 0.33% 0.48% -
HSV(B) 28.54º 0.5% 0.64% -
XYZ 23.67 22.18 11.02 -
YUV 129.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 164 121 82 0 0.26 0.5 0.36 28.54 0.33 0.48
Hex A4 79 52 0 1A 32 24 1D 21 30
Octal 244 171 122 0 32 62 44 35 41 60
Binary 10100100 1111001 1010010 0 11010 110010 100100 11101 100001 110000

Color Harmonies of #A47952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47952

Black with #A47952

Text Example


Text Example

White with #A47952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47952; }

 p { color: rgb(164,121,82); }

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

background-color css

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

 a { background-color: rgb(164,121,82); }

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

border-color css

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

 span { border-color: rgb(164,121,82); }

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