#B78250

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

Shades of Muddy Waters #B78250

Tints of Muddy Waters #B78250

Color information

#B78250 (or 0xB78250) is unknown color: approx Muddy Waters. HEX triplet: B7, 82 and 50. RGB value is (183,130,80). Sum of RGB (Red+Green+Blue) = 183+130+80=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B78250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78250 is #487DAF. Grayscale: #8C8C8C. Windows color (decimal): -4750768 or 5276343. OLE color: 5276343.

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

Color convert

RGB18313080-
CMYK00.290.560.28
HSL29.13º41.7%51.57%-
HSV(B)29.13º56.28%71.76%-
XYZ28.9626.6111.2-
YUV140.1594.06158.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=46.56%
G=33.08%
B=20.36%

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
Decimal1831308000.290.560.2829.1341.751.57
HexB7825001D381C1d2a34
Octal2672021200357034355264
Binary101101111000001010100000111011110001110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78250; }

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

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

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

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

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

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

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

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