#B58251

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

Shades of Muddy Waters #B58251

Tints of Muddy Waters #B58251

Color information

#B58251 (or 0xB58251) is unknown color: approx Muddy Waters. HEX triplet: B5, 82 and 51. RGB value is (181,130,81). Sum of RGB (Red+Green+Blue) = 181+130+81=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B58251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58251 is #4A7DAE. Grayscale: #8B8B8B. Windows color (decimal): -4881839 or 5341877. OLE color: 5341877.

HSL color Cylindrical-coordinate representation of color #B58251: hue angle of 29.4º 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 #B58251 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18113081-
CMYK00.280.550.29
HSL29.4º40.32%51.37%-
HSV(B)29.4º55.25%70.98%-
XYZ28.5226.3811.37-
YUV139.6694.9157.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=46.17%
G=33.16%
B=20.66%

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
Decimal1811308100.280.550.2929.440.3251.37
HexB5825101C371D1d2833
Octal2652021210346735355063
Binary101101011000001010100010111001101111110111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58251; }

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

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

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

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

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

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

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

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