#A58344

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

Shades of Muddy Waters #A58344

Tints of Muddy Waters #A58344

Color information

#A58344 (or 0xA58344) is unknown color: approx Muddy Waters. HEX triplet: A5, 83 and 44. RGB value is (165,131,68). Sum of RGB (Red+Green+Blue) = 165+131+68=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A58344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58344 is #5A7CBB. Grayscale: #868686. Windows color (decimal): -5930172 or 4490149. OLE color: 4490149.

HSL color Cylindrical-coordinate representation of color #A58344: hue angle of 38.97º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A58344 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16513168-
CMYK00.210.590.35
HSL38.97º41.63%45.69%-
HSV(B)38.97º58.79%64.71%-
XYZ24.6824.658.93-
YUV133.9890.76150.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=45.33%
G=35.99%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651316800.210.590.3538.9741.6345.69
HexA583440153B23272a2e
Octal2452031040257343475256
Binary10100101100000111000100010101111011100011100111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58344; }

 p { color: rgb(165,131,68); }

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

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

 a { background-color: rgb(165,131,68); }

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

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

 span { border-color: rgb(165,131,68); }

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