#B4844E

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

Shades of Muddy Waters #B4844E

Tints of Muddy Waters #B4844E

Color information

#B4844E (or 0xB4844E) is unknown color: approx Muddy Waters. HEX triplet: B4, 84 and 4E. RGB value is (180,132,78). Sum of RGB (Red+Green+Blue) = 180+132+78=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4844E is #4B7BB1. Grayscale: #8C8C8C. Windows color (decimal): -4946866 or 5145780. OLE color: 5145780.

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

Color convert

RGB18013278-
CMYK00.270.570.29
HSL31.76º40.48%50.59%-
HSV(B)31.76º56.67%70.59%-
XYZ28.4526.7610.87-
YUV140.292.9156.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 78 (30.86% from 255) = 20%
R=46.15%
G=33.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801327800.270.570.2931.7640.4850.59
HexB4844E01B391D202833
Octal2642041160337135405063
Binary1011010010000100100111001101111100111101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4844E; }

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

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

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

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

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

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

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

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