Html Css Color HEX #A57949 Muesli

📋 copy color: '#A57949'

red 165 ◦ green 121 ◦ blue 73

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

Shades of Muesli #A57949

Tints of Muesli #A57949

RGB

 RED value IS 165 (64.84% from 255) = 45.96%

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

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 45.96%
G = 33.7%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A57949 (or 0xA57949) is known color: Muesli. HEX triplet: A5, 79 and 49. RGB value is (165,121,73). Sum of RGB (Red+Green+Blue) = 165+121+73=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A57949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57949 is #5A86B6. Grayscale: #808080. Windows color (decimal): -5932727 or 4815269. OLE color: 4815269.

HSL color Cylindrical-coordinate representation of color #A57949: hue angle of 31.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A57949 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 121 73 -
CMYK 0 0.27 0.56 0.35
HSL 31.3º 0.39% 0.47% -
HSV(B) 31.3º 0.56% 0.65% -
XYZ 23.56 22.16 9.34 -
YUV 128.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 165 121 73 0 0.27 0.56 0.35 31.3 0.39 0.47
Hex A5 79 49 0 1B 38 23 1F 27 2F
Octal 245 171 111 0 33 70 43 37 47 57
Binary 10100101 1111001 1001001 0 11011 111000 100011 11111 100111 101111

Color Harmonies of #A57949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57949

Black with #A57949

Text Example


Text Example

White with #A57949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57949; }

 p { color: rgb(165,121,73); }

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

background-color css

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

 a { background-color: rgb(165,121,73); }

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

border-color css

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

 span { border-color: rgb(165,121,73); }

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