#B48153

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

Shades of Muddy Waters #B48153

Tints of Muddy Waters #B48153

Color information

#B48153 (or 0xB48153) is unknown color: approx Muddy Waters. HEX triplet: B4, 81 and 53. RGB value is (180,129,83). Sum of RGB (Red+Green+Blue) = 180+129+83=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B48153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48153 is #4B7EAC. Grayscale: #8B8B8B. Windows color (decimal): -4947629 or 5472692. OLE color: 5472692.

HSL color Cylindrical-coordinate representation of color #B48153: hue angle of 28.45º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B48153 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18012983-
CMYK00.280.540.29
HSL28.45º39.27%51.57%-
HSV(B)28.45º53.89%70.59%-
XYZ28.2326.0311.72-
YUV13996.4157.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=45.92%
G=32.91%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801298300.280.540.2928.4539.2751.57
HexB4815301C361D1c2734
Octal2642011230346635344764
Binary101101001000000110100110111001101101110111100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48153; }

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

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

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

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

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

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

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

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