#B07C47

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

Shades of Muddy Waters #B07C47

Tints of Muddy Waters #B07C47

Color information

#B07C47 (or 0xB07C47) is unknown color: approx Muddy Waters. HEX triplet: B0, 7C and 47. RGB value is (176,124,71). Sum of RGB (Red+Green+Blue) = 176+124+71=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C47 is #4F83B8. Grayscale: #858585. Windows color (decimal): -5211065 or 4684976. OLE color: 4684976.

HSL color Cylindrical-coordinate representation of color #B07C47: hue angle of 30.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07C47 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17612471-
CMYK00.300.600.31
HSL30.29º42.51%48.43%-
HSV(B)30.29º59.66%69.02%-
XYZ26.2524.19.23-
YUV133.5192.73158.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=47.44%
G=33.42%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761247100.300.600.3130.2942.5148.43
HexB07C4701E3C1F1e2b30
Octal2601741070367437365360
Binary10110000111110010001110111101111001111111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C47; }

 p { color: rgb(176,124,71); }

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

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

 a { background-color: rgb(176,124,71); }

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

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

 span { border-color: rgb(176,124,71); }

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