#B38448

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

Shades of Muddy Waters #B38448

Tints of Muddy Waters #B38448

Color information

#B38448 (or 0xB38448) is unknown color: approx Muddy Waters. HEX triplet: B3, 84 and 48. RGB value is (179,132,72). Sum of RGB (Red+Green+Blue) = 179+132+72=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B38448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38448 is #4C7BB7. Grayscale: #8B8B8B. Windows color (decimal): -5012408 or 4752563. OLE color: 4752563.

HSL color Cylindrical-coordinate representation of color #B38448: hue angle of 33.64º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B38448 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17913272-
CMYK00.260.600.30
HSL33.64º42.63%49.22%-
HSV(B)33.64º59.78%70.2%-
XYZ28.0126.559.78-
YUV139.2190.07156.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=46.74%
G=34.46%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791327200.260.600.3033.6442.6349.22
HexB3844801A3C1E222b31
Octal2632041100327436425361
Binary1011001110000100100100001101011110011110100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38448; }

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

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

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

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

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

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

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

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