#B38849

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

Shades of Muddy Waters #B38849

Tints of Muddy Waters #B38849

Color information

#B38849 (or 0xB38849) is unknown color: approx Muddy Waters. HEX triplet: B3, 88 and 49. RGB value is (179,136,73). Sum of RGB (Red+Green+Blue) = 179+136+73=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B38849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38849 is #4C77B6. Grayscale: #8D8D8D. Windows color (decimal): -5011383 or 4819123. OLE color: 4819123.

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

Color convert

RGB17913673-
CMYK00.240.590.30
HSL35.66º42.06%49.41%-
HSV(B)35.66º59.22%70.2%-
XYZ28.627.6710.14-
YUV141.6889.25154.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=46.13%
G=35.05%
B=18.81%

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
Decimal1791367300.240.590.3035.6642.0649.41
HexB388490183B1E242a31
Octal2632101110307336445261
Binary1011001110001000100100101100011101111110100100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38849; }

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

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

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

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

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

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

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

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