#B58252

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

Shades of Muddy Waters #B58252

Tints of Muddy Waters #B58252

Color information

#B58252 (or 0xB58252) is unknown color: approx Muddy Waters. HEX triplet: B5, 82 and 52. RGB value is (181,130,82). Sum of RGB (Red+Green+Blue) = 181+130+82=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B58252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58252 is #4A7DAD. Grayscale: #8C8C8C. Windows color (decimal): -4881838 or 5407413. OLE color: 5407413.

HSL color Cylindrical-coordinate representation of color #B58252: 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.55%. Process color model (Four color, CMYK) of #B58252 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18113082-
CMYK00.280.550.29
HSL29.09º40.08%51.57%-
HSV(B)29.09º54.7%70.98%-
XYZ28.5626.411.57-
YUV139.7895.4157.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=46.06%
G=33.08%
B=20.87%

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
Decimal1811308200.280.550.2929.0940.0851.57
HexB5825201C371D1d2834
Octal2652021220346735355064
Binary101101011000001010100100111001101111110111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58252; }

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

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

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

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

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

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

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

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