#B78251

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

Shades of Muddy Waters #B78251

Tints of Muddy Waters #B78251

Color information

#B78251 (or 0xB78251) is unknown color: approx Muddy Waters. HEX triplet: B7, 82 and 51. RGB value is (183,130,81). Sum of RGB (Red+Green+Blue) = 183+130+81=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B78251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78251 is #487DAE. Grayscale: #8C8C8C. Windows color (decimal): -4750767 or 5341879. OLE color: 5341879.

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

Color convert

RGB18313081-
CMYK00.290.560.28
HSL28.82º41.46%51.76%-
HSV(B)28.82º55.74%71.76%-
XYZ2926.6311.4-
YUV140.2694.56158.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=46.45%
G=32.99%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831308100.290.560.2828.8241.4651.76
HexB7825101D381C1d2934
Octal2672021210357034355164
Binary101101111000001010100010111011110001110011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78251; }

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

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

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

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

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

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

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

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