#A58352

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

Shades of Muddy Waters #A58352

Tints of Muddy Waters #A58352

Color information

#A58352 (or 0xA58352) is unknown color: approx Muddy Waters. HEX triplet: A5, 83 and 52. RGB value is (165,131,82). Sum of RGB (Red+Green+Blue) = 165+131+82=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A58352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58352 is #5A7CAD. Grayscale: #878787. Windows color (decimal): -5930158 or 5407653. OLE color: 5407653.

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

Color convert

RGB16513182-
CMYK00.210.500.35
HSL35.42º33.6%48.43%-
HSV(B)35.42º50.3%64.71%-
XYZ25.1624.8411.45-
YUV135.5897.76148.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=43.65%
G=34.66%
B=21.69%

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
Decimal1651318200.210.500.3535.4233.648.43
HexA583520153223232230
Octal2452031220256243434260
Binary10100101100000111010010010101110010100011100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58352; }

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

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

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

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

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

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

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

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