#B28247

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

Shades of Muddy Waters #B28247

Tints of Muddy Waters #B28247

Color information

#B28247 (or 0xB28247) is unknown color: approx Muddy Waters. HEX triplet: B2, 82 and 47. RGB value is (178,130,71). Sum of RGB (Red+Green+Blue) = 178+130+71=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B28247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28247 is #4D7DB8. Grayscale: #898989. Windows color (decimal): -5078457 or 4686514. OLE color: 4686514.

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

Color convert

RGB17813071-
CMYK00.270.600.30
HSL33.08º42.97%48.82%-
HSV(B)33.08º60.11%69.8%-
XYZ27.4825.899.51-
YUV137.6390.4156.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=46.97%
G=34.30%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781307100.270.600.3033.0842.9748.82
HexB2824701B3C1E212b31
Octal2622021070337436415361
Binary1011001010000010100011101101111110011110100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28247; }

 p { color: rgb(178,130,71); }

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

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

 a { background-color: rgb(178,130,71); }

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

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

 span { border-color: rgb(178,130,71); }

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