#B08353

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

Shades of Muddy Waters #B08353

Tints of Muddy Waters #B08353

Color information

#B08353 (or 0xB08353) is unknown color: approx Muddy Waters. HEX triplet: B0, 83 and 53. RGB value is (176,131,83). Sum of RGB (Red+Green+Blue) = 176+131+83=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B08353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08353 is #4F7CAC. Grayscale: #8B8B8B. Windows color (decimal): -5209261 or 5473200. OLE color: 5473200.

HSL color Cylindrical-coordinate representation of color #B08353: hue angle of 30.97º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B08353 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17613183-
CMYK00.260.530.31
HSL30.97º37.05%50.78%-
HSV(B)30.97º52.84%69.02%-
XYZ27.5826.0911.77-
YUV138.9896.41154.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=45.13%
G=33.59%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761318300.260.530.3130.9737.0550.78
HexB0835301A351F1f2533
Octal2602031230326537374563
Binary101100001000001110100110110101101011111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08353; }

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

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

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

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

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

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

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

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