#A57848

Color #A57848 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A57848

Tints of Muesli #A57848

Color information

#A57848 (or 0xA57848) is unknown color: approx Muesli. HEX triplet: A5, 78 and 48. RGB value is (165,120,72). Sum of RGB (Red+Green+Blue) = 165+120+72=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A57848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57848 is #5A87B7. Grayscale: #808080. Windows color (decimal): -5932984 or 4749477. OLE color: 4749477.

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

Color convert

RGB16512072-
CMYK00.270.560.35
HSL30.97º39.24%46.47%-
HSV(B)30.97º56.36%64.71%-
XYZ23.421.99.12-
YUV127.9896.41154.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=46.22%
G=33.61%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651207200.270.560.3530.9739.2446.47
HexA5784801B38231f272e
Octal2451701100337043374756
Binary101001011111000100100001101111100010001111111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57848; }

 p { color: rgb(165,120,72); }

 H1.HeaderClassName
 {
   color: #A57848;
 }
 .AnyTagClassName
 {
   color: #A57848;
 }
</style>
background-color css

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

 a { background-color: rgb(165,120,72); }

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

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

 span { border-color: rgb(165,120,72); }

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