#B38349

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

Shades of Muddy Waters #B38349

Tints of Muddy Waters #B38349

Color information

#B38349 (or 0xB38349) is unknown color: approx Muddy Waters. HEX triplet: B3, 83 and 49. RGB value is (179,131,73). Sum of RGB (Red+Green+Blue) = 179+131+73=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B38349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38349 is #4C7CB6. Grayscale: #8B8B8B. Windows color (decimal): -5012663 or 4817843. OLE color: 4817843.

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

Color convert

RGB17913173-
CMYK00.270.590.30
HSL32.83º42.06%49.41%-
HSV(B)32.83º59.22%70.2%-
XYZ27.9126.39.91-
YUV138.7490.9156.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=46.74%
G=34.20%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791317300.270.590.3032.8342.0649.41
HexB3834901B3B1E212a31
Octal2632031110337336415261
Binary1011001110000011100100101101111101111110100001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38349; }

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

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

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

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

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

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

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

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