#B07951

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

Shades of Muddy Waters #B07951

Tints of Muddy Waters #B07951

Color information

#B07951 (or 0xB07951) is unknown color: approx Muddy Waters. HEX triplet: B0, 79 and 51. RGB value is (176,121,81). Sum of RGB (Red+Green+Blue) = 176+121+81=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07951 is #4F86AE. Grayscale: #858585. Windows color (decimal): -5211823 or 5339568. OLE color: 5339568.

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

Color convert

RGB17612181-
CMYK00.310.540.31
HSL25.26º37.55%50.39%-
HSV(B)25.26º53.98%69.02%-
XYZ26.2323.510.94-
YUV132.8898.72158.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=46.56%
G=32.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761218100.310.540.3125.2637.5550.39
HexB0795101F361F192632
Octal2601711210376637314662
Binary10110000111100110100010111111101101111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07951; }

 p { color: rgb(176,121,81); }

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

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

 a { background-color: rgb(176,121,81); }

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

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

 span { border-color: rgb(176,121,81); }

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