#B77E52

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

Shades of Muddy Waters #B77E52

Tints of Muddy Waters #B77E52

Color information

#B77E52 (or 0xB77E52) is unknown color: approx Muddy Waters. HEX triplet: B7, 7E and 52. RGB value is (183,126,82). Sum of RGB (Red+Green+Blue) = 183+126+82=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E52 is #4881AD. Grayscale: #8A8A8A. Windows color (decimal): -4751790 or 5406391. OLE color: 5406391.

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

Color convert

RGB18312682-
CMYK00.310.550.28
HSL26.14º41.22%51.96%-
HSV(B)26.14º55.19%71.76%-
XYZ28.5125.611.42-
YUV138.0396.38160.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=46.80%
G=32.23%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831268200.310.550.2826.1441.2251.96
HexB77E5201F371C1a2934
Octal2671761220376734325164
Binary10110111111111010100100111111101111110011010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E52; }

 p { color: rgb(183,126,82); }

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

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

 a { background-color: rgb(183,126,82); }

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

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

 span { border-color: rgb(183,126,82); }

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