#B3824A

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

Shades of Muddy Waters #B3824A

Tints of Muddy Waters #B3824A

Color information

#B3824A (or 0xB3824A) is unknown color: approx Muddy Waters. HEX triplet: B3, 82 and 4A. RGB value is (179,130,74). Sum of RGB (Red+Green+Blue) = 179+130+74=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3824A is #4C7DB5. Grayscale: #8A8A8A. Windows color (decimal): -5012918 or 4883123. OLE color: 4883123.

HSL color Cylindrical-coordinate representation of color #B3824A: hue angle of 32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3824A is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17913074-
CMYK00.270.590.30
HSL32º41.5%49.61%-
HSV(B)32º58.66%70.2%-
XYZ27.8126.0410.04-
YUV138.2791.73157.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=46.74%
G=33.94%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791307400.270.590.303241.549.61
HexB3824A01B3B1E202a32
Octal2632021120337336405262
Binary1011001110000010100101001101111101111110100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3824A; }

 p { color: rgb(179,130,74); }

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

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

 a { background-color: rgb(179,130,74); }

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

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

 span { border-color: rgb(179,130,74); }

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