#B4814E

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

Shades of Muddy Waters #B4814E

Tints of Muddy Waters #B4814E

Color information

#B4814E (or 0xB4814E) is unknown color: approx Muddy Waters. HEX triplet: B4, 81 and 4E. RGB value is (180,129,78). Sum of RGB (Red+Green+Blue) = 180+129+78=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4814E is #4B7EB1. Grayscale: #8A8A8A. Windows color (decimal): -4947634 or 5145012. OLE color: 5145012.

HSL color Cylindrical-coordinate representation of color #B4814E: hue angle of 30º degrees, saturation: 0.4, 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 #B4814E is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18012978-
CMYK00.280.570.29
HSL30º40.48%50.59%-
HSV(B)30º56.67%70.59%-
XYZ28.0525.9510.74-
YUV138.4493.9157.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=46.51%
G=33.33%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801297800.280.570.293040.4850.59
HexB4814E01C391D1e2833
Octal2642011160347135365063
Binary101101001000000110011100111001110011110111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4814E; }

 p { color: rgb(180,129,78); }

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

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

 a { background-color: rgb(180,129,78); }

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

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

 span { border-color: rgb(180,129,78); }

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