#A58353

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

Shades of Muddy Waters #A58353

Tints of Muddy Waters #A58353

Color information

#A58353 (or 0xA58353) is unknown color: approx Muddy Waters. HEX triplet: A5, 83 and 53. RGB value is (165,131,83). Sum of RGB (Red+Green+Blue) = 165+131+83=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A58353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58353 is #5A7CAC. Grayscale: #878787. Windows color (decimal): -5930157 or 5473189. OLE color: 5473189.

HSL color Cylindrical-coordinate representation of color #A58353: hue angle of 35.12º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A58353 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16513183-
CMYK00.210.500.35
HSL35.12º33.06%48.63%-
HSV(B)35.12º49.7%64.71%-
XYZ25.1924.8611.65-
YUV135.6998.26148.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=43.54%
G=34.56%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651318300.210.500.3535.1233.0648.63
HexA583530153223232131
Octal2452031230256243434161
Binary10100101100000111010011010101110010100011100011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58353; }

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

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

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

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

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

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

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

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