#947F52

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

Shades of Muesli #947F52

Tints of Muesli #947F52

Color information

#947F52 (or 0x947F52) is unknown color: approx Muesli. HEX triplet: 94, 7F and 52. RGB value is (148,127,82). Sum of RGB (Red+Green+Blue) = 148+127+82=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #947F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F52 is #6B80AD. Grayscale: #808080. Windows color (decimal): -7045294 or 5406612. OLE color: 5406612.

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

Color convert

RGB14812782-
CMYK00.140.450.42
HSL40.91º28.7%45.1%-
HSV(B)40.91º44.59%58.04%-
XYZ21.3322.0811.12-
YUV128.15101.96142.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=41.46%
G=35.57%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481278200.140.450.4240.9128.745.1
Hex947F520E2D2A291d2d
Octal2241771220165552513555
Binary10010100111111110100100111010110110101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,82); }

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

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

 a { background-color: rgb(148,127,82); }

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

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

 span { border-color: rgb(148,127,82); }

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