#947B4E

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

Shades of Muesli #947B4E

Tints of Muesli #947B4E

Color information

#947B4E (or 0x947B4E) is unknown color: approx Muesli. HEX triplet: 94, 7B and 4E. RGB value is (148,123,78). Sum of RGB (Red+Green+Blue) = 148+123+78=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #947B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B4E is #6B84B1. Grayscale: #7D7D7D. Windows color (decimal): -7046322 or 5143444. OLE color: 5143444.

HSL color Cylindrical-coordinate representation of color #947B4E: hue angle of 38.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947B4E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14812378-
CMYK00.170.470.42
HSL38.57º30.97%44.31%-
HSV(B)38.57º47.3%58.04%-
XYZ20.6721.0110.17-
YUV125.34101.28144.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=42.41%
G=35.24%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481237800.170.470.4238.5730.9744.31
Hex947B4E0112F2A271f2c
Octal2241731160215752473754
Binary100101001111011100111001000110111110101010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B4E; }

 p { color: rgb(148,123,78); }

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

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

 a { background-color: rgb(148,123,78); }

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

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

 span { border-color: rgb(148,123,78); }

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