#B07A53

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

Shades of Muddy Waters #B07A53

Tints of Muddy Waters #B07A53

Color information

#B07A53 (or 0xB07A53) is unknown color: approx Muddy Waters. HEX triplet: B0, 7A and 53. RGB value is (176,122,83). Sum of RGB (Red+Green+Blue) = 176+122+83=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A53 is #4F85AC. Grayscale: #858585. Windows color (decimal): -5211565 or 5470896. OLE color: 5470896.

HSL color Cylindrical-coordinate representation of color #B07A53: hue angle of 25.16º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B07A53 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17612283-
CMYK00.310.530.31
HSL25.16º37.05%50.78%-
HSV(B)25.16º52.84%69.02%-
XYZ26.4323.7711.38-
YUV133.799.39158.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=46.19%
G=32.02%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761228300.310.530.3125.1637.0550.78
HexB07A5301F351F192533
Octal2601721230376537314563
Binary10110000111101010100110111111101011111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A53; }

 p { color: rgb(176,122,83); }

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

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

 a { background-color: rgb(176,122,83); }

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

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

 span { border-color: rgb(176,122,83); }

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