#947F5A

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

Shades of Muesli #947F5A

Tints of Muesli #947F5A

Color information

#947F5A (or 0x947F5A) is unknown color: approx Muesli. HEX triplet: 94, 7F and 5A. RGB value is (148,127,90). Sum of RGB (Red+Green+Blue) = 148+127+90=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F5A is #6B80A5. Grayscale: #818181. Windows color (decimal): -7045286 or 5930900. OLE color: 5930900.

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

Color convert

RGB14812790-
CMYK00.140.390.42
HSL38.28º24.37%46.67%-
HSV(B)38.28º39.19%58.04%-
XYZ21.6522.2112.82-
YUV129.06105.96141.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=40.55%
G=34.79%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481279000.140.390.4238.2824.3746.67
Hex947F5A0E272A26182f
Octal2241771320164752463057
Binary10010100111111110110100111010011110101010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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