#B38351

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

Shades of Muddy Waters #B38351

Tints of Muddy Waters #B38351

Color information

#B38351 (or 0xB38351) is unknown color: approx Muddy Waters. HEX triplet: B3, 83 and 51. RGB value is (179,131,81). Sum of RGB (Red+Green+Blue) = 179+131+81=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B38351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38351 is #4C7CAE. Grayscale: #8B8B8B. Windows color (decimal): -5012655 or 5342131. OLE color: 5342131.

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

Color convert

RGB17913181-
CMYK00.270.550.30
HSL30.61º39.2%50.98%-
HSV(B)30.61º54.75%70.2%-
XYZ28.1926.4111.4-
YUV139.6594.9156.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=45.78%
G=33.50%
B=20.72%

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
Decimal1791318100.270.550.3030.6139.250.98
HexB3835101B371E1f2733
Octal2632031210336736374763
Binary101100111000001110100010110111101111111011111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38351; }

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

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

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

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

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

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

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

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