#B5814D

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

Shades of Muddy Waters #B5814D

Tints of Muddy Waters #B5814D

Color information

#B5814D (or 0xB5814D) is unknown color: approx Muddy Waters. HEX triplet: B5, 81 and 4D. RGB value is (181,129,77). Sum of RGB (Red+Green+Blue) = 181+129+77=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5814D is #4A7EB2. Grayscale: #8A8A8A. Windows color (decimal): -4882099 or 5079477. OLE color: 5079477.

HSL color Cylindrical-coordinate representation of color #B5814D: hue angle of 30º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5814D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18112977-
CMYK00.290.570.29
HSL30º41.27%50.59%-
HSV(B)30º57.46%70.98%-
XYZ28.2526.0610.56-
YUV138.6293.23158.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=46.77%
G=33.33%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811297700.290.570.293041.2750.59
HexB5814D01D391D1e2933
Octal2652011150357135365163
Binary101101011000000110011010111011110011110111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5814D; }

 p { color: rgb(181,129,77); }

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

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

 a { background-color: rgb(181,129,77); }

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

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

 span { border-color: rgb(181,129,77); }

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