#B68353

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

Shades of Muddy Waters #B68353

Tints of Muddy Waters #B68353

Color information

#B68353 (or 0xB68353) is unknown color: approx Muddy Waters. HEX triplet: B6, 83 and 53. RGB value is (182,131,83). Sum of RGB (Red+Green+Blue) = 182+131+83=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68353 is #497CAC. Grayscale: #8D8D8D. Windows color (decimal): -4816045 or 5473206. OLE color: 5473206.

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

Color convert

RGB18213183-
CMYK00.280.540.29
HSL29.09º40.41%51.96%-
HSV(B)29.09º54.4%71.37%-
XYZ28.9726.811.83-
YUV140.7895.4157.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=45.96%
G=33.08%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821318300.280.540.2929.0940.4151.96
HexB6835301C361D1d2834
Octal2662031230346635355064
Binary101101101000001110100110111001101101110111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68353; }

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

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

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

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

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

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

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

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