#B07D45

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

Shades of Muddy Waters #B07D45

Tints of Muddy Waters #B07D45

Color information

#B07D45 (or 0xB07D45) is unknown color: approx Muddy Waters. HEX triplet: B0, 7D and 45. RGB value is (176,125,69). Sum of RGB (Red+Green+Blue) = 176+125+69=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D45 is #4F82BA. Grayscale: #868686. Windows color (decimal): -5210811 or 4554160. OLE color: 4554160.

HSL color Cylindrical-coordinate representation of color #B07D45: hue angle of 31.4º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B07D45 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17612569-
CMYK00.290.610.31
HSL31.4º43.67%48.04%-
HSV(B)31.4º60.8%69.02%-
XYZ26.3124.338.94-
YUV133.8691.4158.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=47.57%
G=33.78%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761256900.290.610.3131.443.6748.04
HexB07D4501D3D1F1f2c30
Octal2601751050357537375460
Binary10110000111110110001010111011111011111111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D45; }

 p { color: rgb(176,125,69); }

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

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

 a { background-color: rgb(176,125,69); }

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

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

 span { border-color: rgb(176,125,69); }

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