#B68352

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

Shades of Muddy Waters #B68352

Tints of Muddy Waters #B68352

Color information

#B68352 (or 0xB68352) is unknown color: approx Muddy Waters. HEX triplet: B6, 83 and 52. RGB value is (182,131,82). Sum of RGB (Red+Green+Blue) = 182+131+82=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B68352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68352 is #497CAD. Grayscale: #8C8C8C. Windows color (decimal): -4816046 or 5407670. OLE color: 5407670.

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

Color convert

RGB18213182-
CMYK00.280.550.29
HSL29.4º40.65%51.76%-
HSV(B)29.4º54.95%71.37%-
XYZ28.9326.7911.63-
YUV140.6694.9157.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=46.08%
G=33.16%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821318200.280.550.2929.440.6551.76
HexB6835201C371D1d2934
Octal2662031220346735355164
Binary101101101000001110100100111001101111110111101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68352; }

 p { color: rgb(182,131,82); }

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

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

 a { background-color: rgb(182,131,82); }

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

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

 span { border-color: rgb(182,131,82); }

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