#B78151

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

Shades of Muddy Waters #B78151

Tints of Muddy Waters #B78151

Color information

#B78151 (or 0xB78151) is unknown color: approx Muddy Waters. HEX triplet: B7, 81 and 51. RGB value is (183,129,81). Sum of RGB (Red+Green+Blue) = 183+129+81=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B78151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78151 is #487EAE. Grayscale: #8B8B8B. Windows color (decimal): -4751023 or 5341623. OLE color: 5341623.

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

Color convert

RGB18312981-
CMYK00.300.560.28
HSL28.24º41.46%51.76%-
HSV(B)28.24º55.74%71.76%-
XYZ28.8626.3611.35-
YUV139.6794.89158.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=46.56%
G=32.82%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831298100.300.560.2828.2441.4651.76
HexB7815101E381C1c2934
Octal2672011210367034345164
Binary101101111000000110100010111101110001110011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78151; }

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

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

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

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

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

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

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

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