#947F50

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

Shades of Muesli #947F50

Tints of Muesli #947F50

Color information

#947F50 (or 0x947F50) is unknown color: approx Muesli. HEX triplet: 94, 7F and 50. RGB value is (148,127,80). Sum of RGB (Red+Green+Blue) = 148+127+80=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #947F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F50 is #6B80AF. Grayscale: #808080. Windows color (decimal): -7045296 or 5275540. OLE color: 5275540.

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

Color convert

RGB14812780-
CMYK00.140.460.42
HSL41.47º29.82%44.71%-
HSV(B)41.47º45.95%58.04%-
XYZ21.2522.0510.73-
YUV127.92100.96142.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=41.69%
G=35.77%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481278000.140.460.4241.4729.8244.71
Hex947F500E2E2A291e2d
Octal2241771200165652513655
Binary10010100111111110100000111010111010101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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