#B4834B

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

Shades of Muddy Waters #B4834B

Tints of Muddy Waters #B4834B

Color information

#B4834B (or 0xB4834B) is unknown color: approx Muddy Waters. HEX triplet: B4, 83 and 4B. RGB value is (180,131,75). Sum of RGB (Red+Green+Blue) = 180+131+75=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4834B is #4B7CB4. Grayscale: #8B8B8B. Windows color (decimal): -4947125 or 4948916. OLE color: 4948916.

HSL color Cylindrical-coordinate representation of color #B4834B: hue angle of 32º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4834B is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18013175-
CMYK00.270.580.29
HSL32º41.18%50%-
HSV(B)32º58.33%70.59%-
XYZ28.2126.4410.27-
YUV139.2791.73157.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=46.63%
G=33.94%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801317500.270.580.293241.1850
HexB4834B01B3A1D202932
Octal2642031130337235405162
Binary1011010010000011100101101101111101011101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4834B; }

 p { color: rgb(180,131,75); }

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

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

 a { background-color: rgb(180,131,75); }

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

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

 span { border-color: rgb(180,131,75); }

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