#B7844B

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

Shades of Muddy Waters #B7844B

Tints of Muddy Waters #B7844B

Color information

#B7844B (or 0xB7844B) is unknown color: approx Muddy Waters. HEX triplet: B7, 84 and 4B. RGB value is (183,132,75). Sum of RGB (Red+Green+Blue) = 183+132+75=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7844B is #487BB4. Grayscale: #8D8D8D. Windows color (decimal): -4750261 or 4949175. OLE color: 4949175.

HSL color Cylindrical-coordinate representation of color #B7844B: hue angle of 31.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7844B is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18313275-
CMYK00.280.590.28
HSL31.67º42.86%50.59%-
HSV(B)31.67º59.02%71.76%-
XYZ29.0527.0810.35-
YUV140.7590.9158.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 75 (29.69% from 255) = 19.23%
R=46.92%
G=33.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831327500.280.590.2831.6742.8650.59
HexB7844B01C3B1C202b33
Octal2672041130347334405363
Binary1011011110000100100101101110011101111100100000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7844B; }

 p { color: rgb(183,132,75); }

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

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

 a { background-color: rgb(183,132,75); }

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

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

 span { border-color: rgb(183,132,75); }

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