#B3844A

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

Shades of Muddy Waters #B3844A

Tints of Muddy Waters #B3844A

Color information

#B3844A (or 0xB3844A) is unknown color: approx Muddy Waters. HEX triplet: B3, 84 and 4A. RGB value is (179,132,74). Sum of RGB (Red+Green+Blue) = 179+132+74=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3844A is #4C7BB5. Grayscale: #8B8B8B. Windows color (decimal): -5012406 or 4883635. OLE color: 4883635.

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

Color convert

RGB17913274-
CMYK00.260.590.30
HSL33.14º41.5%49.61%-
HSV(B)33.14º58.66%70.2%-
XYZ28.0826.5810.13-
YUV139.4491.07156.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=46.49%
G=34.29%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791327400.260.590.3033.1441.549.61
HexB3844A01A3B1E212a32
Octal2632041120327336415262
Binary1011001110000100100101001101011101111110100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3844A; }

 p { color: rgb(179,132,74); }

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

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

 a { background-color: rgb(179,132,74); }

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

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

 span { border-color: rgb(179,132,74); }

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