#A18349

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

Shades of Muddy Waters #A18349

Tints of Muddy Waters #A18349

Color information

#A18349 (or 0xA18349) is unknown color: approx Muddy Waters. HEX triplet: A1, 83 and 49. RGB value is (161,131,73). Sum of RGB (Red+Green+Blue) = 161+131+73=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18349 is #5E7CB6. Grayscale: #858585. Windows color (decimal): -6192311 or 4817825. OLE color: 4817825.

HSL color Cylindrical-coordinate representation of color #A18349: hue angle of 39.55º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A18349 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16113173-
CMYK00.190.550.37
HSL39.55º37.61%45.88%-
HSV(B)39.55º54.66%63.14%-
XYZ24.0224.299.73-
YUV133.3693.94147.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 73 (28.91% from 255) = 20%
R=44.11%
G=35.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611317300.190.550.3739.5537.6145.88
HexA18349013372528262e
Octal2412031110236745504656
Binary10100001100000111001001010011110111100101101000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18349; }

 p { color: rgb(161,131,73); }

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

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

 a { background-color: rgb(161,131,73); }

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

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

 span { border-color: rgb(161,131,73); }

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