#B0824D

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

Shades of Muddy Waters #B0824D

Tints of Muddy Waters #B0824D

Color information

#B0824D (or 0xB0824D) is unknown color: approx Muddy Waters. HEX triplet: B0, 82 and 4D. RGB value is (176,130,77). Sum of RGB (Red+Green+Blue) = 176+130+77=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0824D is #4F7DB2. Grayscale: #898989. Windows color (decimal): -5209523 or 5079728. OLE color: 5079728.

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

Color convert

RGB17613077-
CMYK00.260.560.31
HSL32.12º39.13%49.61%-
HSV(B)32.12º56.25%69.02%-
XYZ27.2325.7310.55-
YUV137.7193.74155.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=45.95%
G=33.94%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761307700.260.560.3132.1239.1349.61
HexB0824D01A381F202732
Octal2602021150327037404762
Binary1011000010000010100110101101011100011111100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0824D; }

 p { color: rgb(176,130,77); }

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

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

 a { background-color: rgb(176,130,77); }

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

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

 span { border-color: rgb(176,130,77); }

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