#B28649

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

Shades of Muddy Waters #B28649

Tints of Muddy Waters #B28649

Color information

#B28649 (or 0xB28649) is unknown color: approx Muddy Waters. HEX triplet: B2, 86 and 49. RGB value is (178,134,73). Sum of RGB (Red+Green+Blue) = 178+134+73=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B28649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28649 is #4D79B6. Grayscale: #8C8C8C. Windows color (decimal): -5077431 or 4818610. OLE color: 4818610.

HSL color Cylindrical-coordinate representation of color #B28649: hue angle of 34.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B28649 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17813473-
CMYK00.250.590.30
HSL34.86º41.83%49.22%-
HSV(B)34.86º58.99%69.8%-
XYZ28.092710.03-
YUV140.290.08154.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=46.23%
G=34.81%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781347300.250.590.3034.8641.8349.22
HexB286490193B1E232a31
Octal2622061110317336435261
Binary1011001010000110100100101100111101111110100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28649; }

 p { color: rgb(178,134,73); }

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

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

 a { background-color: rgb(178,134,73); }

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

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

 span { border-color: rgb(178,134,73); }

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