#948054

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

Shades of Muesli #948054

Tints of Muesli #948054

Color information

#948054 (or 0x948054) is unknown color: approx Muesli. HEX triplet: 94, 80 and 54. RGB value is (148,128,84). Sum of RGB (Red+Green+Blue) = 148+128+84=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #948054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948054 is #6B7FAB. Grayscale: #818181. Windows color (decimal): -7045036 or 5537940. OLE color: 5537940.

HSL color Cylindrical-coordinate representation of color #948054: hue angle of 41.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948054 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14812884-
CMYK00.140.430.42
HSL41.25º27.59%45.49%-
HSV(B)41.25º43.24%58.04%-
XYZ21.5322.3711.57-
YUV128.96102.63141.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=41.11%
G=35.56%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481288400.140.430.4241.2527.5945.49
Hex9480540E2B2A291c2d
Octal2242001240165352513455
Binary100101001000000010101000111010101110101010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948054; }

 p { color: rgb(148,128,84); }

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

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

 a { background-color: rgb(148,128,84); }

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

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

 span { border-color: rgb(148,128,84); }

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