#A58244

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

Shades of Muddy Waters #A58244

Tints of Muddy Waters #A58244

Color information

#A58244 (or 0xA58244) is unknown color: approx Muddy Waters. HEX triplet: A5, 82 and 44. RGB value is (165,130,68). Sum of RGB (Red+Green+Blue) = 165+130+68=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A58244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58244 is #5A7DBB. Grayscale: #858585. Windows color (decimal): -5930428 or 4489893. OLE color: 4489893.

HSL color Cylindrical-coordinate representation of color #A58244: hue angle of 38.35º 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 #A58244 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16513068-
CMYK00.210.590.35
HSL38.35º41.63%45.69%-
HSV(B)38.35º58.79%64.71%-
XYZ24.5424.388.88-
YUV133.491.1150.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=45.45%
G=35.81%
B=18.73%

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
Decimal1651306800.210.590.3538.3541.6345.69
HexA582440153B23262a2e
Octal2452021040257343465256
Binary10100101100000101000100010101111011100011100110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58244; }

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

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

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

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

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

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

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

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