#B38350

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

Shades of Muddy Waters #B38350

Tints of Muddy Waters #B38350

Color information

#B38350 (or 0xB38350) is unknown color: approx Muddy Waters. HEX triplet: B3, 83 and 50. RGB value is (179,131,80). Sum of RGB (Red+Green+Blue) = 179+131+80=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B38350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38350 is #4C7CAF. Grayscale: #8B8B8B. Windows color (decimal): -5012656 or 5276595. OLE color: 5276595.

HSL color Cylindrical-coordinate representation of color #B38350: hue angle of 30.91º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B38350 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17913180-
CMYK00.270.550.30
HSL30.91º39.44%50.78%-
HSV(B)30.91º55.31%70.2%-
XYZ28.1526.411.2-
YUV139.5494.4156.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=45.90%
G=33.59%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791318000.270.550.3030.9139.4450.78
HexB3835001B371E1f2733
Octal2632031200336736374763
Binary101100111000001110100000110111101111111011111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38350; }

 p { color: rgb(179,131,80); }

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

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

 a { background-color: rgb(179,131,80); }

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

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

 span { border-color: rgb(179,131,80); }

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