#B58351

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

Shades of Muddy Waters #B58351

Tints of Muddy Waters #B58351

Color information

#B58351 (or 0xB58351) is unknown color: approx Muddy Waters. HEX triplet: B5, 83 and 51. RGB value is (181,131,81). Sum of RGB (Red+Green+Blue) = 181+131+81=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B58351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58351 is #4A7CAE. Grayscale: #8C8C8C. Windows color (decimal): -4881583 or 5342133. OLE color: 5342133.

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

Color convert

RGB18113181-
CMYK00.280.550.29
HSL30º40.32%51.37%-
HSV(B)30º55.25%70.98%-
XYZ28.6626.6511.42-
YUV140.2594.57157.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=46.06%
G=33.33%
B=20.61%

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
Decimal1811318100.280.550.293040.3251.37
HexB5835101C371D1e2833
Octal2652031210346735365063
Binary101101011000001110100010111001101111110111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58351; }

 p { color: rgb(181,131,81); }

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

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

 a { background-color: rgb(181,131,81); }

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

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

 span { border-color: rgb(181,131,81); }

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