#B28849

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

Shades of Muddy Waters #B28849

Tints of Muddy Waters #B28849

Color information

#B28849 (or 0xB28849) is unknown color: approx Muddy Waters. HEX triplet: B2, 88 and 49. RGB value is (178,136,73). Sum of RGB (Red+Green+Blue) = 178+136+73=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28849 is #4D77B6. Grayscale: #8D8D8D. Windows color (decimal): -5076919 or 4819122. OLE color: 4819122.

HSL color Cylindrical-coordinate representation of color #B28849: hue angle of 36º 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 #B28849 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17813673-
CMYK00.240.590.30
HSL36º41.83%49.22%-
HSV(B)36º58.99%69.8%-
XYZ28.3727.5510.13-
YUV141.3889.41154.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=45.99%
G=35.14%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781367300.240.590.303641.8349.22
HexB288490183B1E242a31
Octal2622101110307336445261
Binary1011001010001000100100101100011101111110100100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28849; }

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

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

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

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

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

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

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

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