#A47C4B

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

Shades of Muesli #A47C4B

Tints of Muesli #A47C4B

Color information

#A47C4B (or 0xA47C4B) is unknown color: approx Muesli. HEX triplet: A4, 7C and 4B. RGB value is (164,124,75). Sum of RGB (Red+Green+Blue) = 164+124+75=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C4B is #5B83B4. Grayscale: #828282. Windows color (decimal): -5997493 or 4947108. OLE color: 4947108.

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

Color convert

RGB16412475-
CMYK00.240.540.36
HSL33.03º37.24%46.86%-
HSV(B)33.03º54.27%64.31%-
XYZ23.7922.829.81-
YUV130.3796.75151.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=45.18%
G=34.16%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641247500.240.540.3633.0337.2446.86
HexA47C4B018362421252f
Octal2441741130306644414557
Binary1010010011111001001011011000110110100100100001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C4B; }

 p { color: rgb(164,124,75); }

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

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

 a { background-color: rgb(164,124,75); }

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

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

 span { border-color: rgb(164,124,75); }

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