#B78351

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

Shades of Muddy Waters #B78351

Tints of Muddy Waters #B78351

Color information

#B78351 (or 0xB78351) is unknown color: approx Muddy Waters. HEX triplet: B7, 83 and 51. RGB value is (183,131,81). Sum of RGB (Red+Green+Blue) = 183+131+81=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B78351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78351 is #487CAE. Grayscale: #8D8D8D. Windows color (decimal): -4750511 or 5342135. OLE color: 5342135.

HSL color Cylindrical-coordinate representation of color #B78351: hue angle of 29.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B78351 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18313181-
CMYK00.280.560.28
HSL29.41º41.46%51.76%-
HSV(B)29.41º55.74%71.76%-
XYZ29.1326.8911.44-
YUV140.8594.23158.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=46.33%
G=33.16%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831318100.280.560.2829.4141.4651.76
HexB7835101C381C1d2934
Octal2672031210347034355164
Binary101101111000001110100010111001110001110011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78351; }

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

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

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

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

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

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

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

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