#B28551

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

Shades of Muddy Waters #B28551

Tints of Muddy Waters #B28551

Color information

#B28551 (or 0xB28551) is unknown color: approx Muddy Waters. HEX triplet: B2, 85 and 51. RGB value is (178,133,81). Sum of RGB (Red+Green+Blue) = 178+133+81=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B28551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28551 is #4D7AAE. Grayscale: #8C8C8C. Windows color (decimal): -5077679 or 5342642. OLE color: 5342642.

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

Color convert

RGB17813381-
CMYK00.250.540.30
HSL32.16º38.65%50.78%-
HSV(B)32.16º54.49%69.8%-
XYZ28.2326.8311.48-
YUV140.5394.41154.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=45.41%
G=33.93%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781338100.250.540.3032.1638.6550.78
HexB28551019361E202733
Octal2622051210316636404763
Binary1011001010000101101000101100111011011110100000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28551; }

 p { color: rgb(178,133,81); }

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

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

 a { background-color: rgb(178,133,81); }

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

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

 span { border-color: rgb(178,133,81); }

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