Html Css Color HEX #B58349 Muddy Waters

📋 copy color: '#B58349'

red 181 ◦ green 131 ◦ blue 73

#B58349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #B58349

Tints of Muddy Waters #B58349

RGB

 RED value IS 181 (71.09% from 255) = 47.01%

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 47.01%
G = 34.03%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B58349 (or 0xB58349) is known color: Muddy Waters. HEX triplet: B5, 83 and 49. RGB value is (181,131,73). Sum of RGB (Red+Green+Blue) = 181+131+73=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B58349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58349 is #4A7CB6. Grayscale: #8B8B8B. Windows color (decimal): -4881591 or 4817845. OLE color: 4817845.

HSL color Cylindrical-coordinate representation of color #B58349: hue angle of 32.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58349 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 73 -
CMYK 0 0.28 0.60 0.29
HSL 32.22º 0.43% 0.5% -
HSV(B) 32.22º 0.6% 0.71% -
XYZ 28.37 26.54 9.93 -
YUV 139.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 181 131 73 0 0.28 0.60 0.29 32.22 0.43 0.5
Hex B5 83 49 0 1C 3C 1D 20 2B 32
Octal 265 203 111 0 34 74 35 40 53 62
Binary 10110101 10000011 1001001 0 11100 111100 11101 100000 101011 110010

Color Harmonies of #B58349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58349

Black with #B58349

Text Example


Text Example

White with #B58349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58349; }

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

 H1.HeaderClassName
 {
   color: #B58349;
 }
 .AnyTagClassName
 {
   color: #B58349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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