#A47B4B

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

Shades of Muesli #A47B4B

Tints of Muesli #A47B4B

Color information

#A47B4B (or 0xA47B4B) is unknown color: approx Muesli. HEX triplet: A4, 7B and 4B. RGB value is (164,123,75). Sum of RGB (Red+Green+Blue) = 164+123+75=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B4B is #5B84B4. Grayscale: #828282. Windows color (decimal): -5997749 or 4946852. OLE color: 4946852.

HSL color Cylindrical-coordinate representation of color #A47B4B: hue angle of 32.36º 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 #A47B4B is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16412375-
CMYK00.250.540.36
HSL32.36º37.24%46.86%-
HSV(B)32.36º54.27%64.31%-
XYZ23.6622.579.77-
YUV129.7997.08152.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=45.30%
G=33.98%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641237500.250.540.3632.3637.2446.86
HexA47B4B019362420252f
Octal2441731130316644404557
Binary1010010011110111001011011001110110100100100000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B4B; }

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

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

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

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

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

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

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

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