#a38247

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

Shades of Muddy Waters #A38247

Tints of Muddy Waters #A38247

Color information

#A38247 (or 0xA38247) is unknown color: approx Muddy Waters. HEX triplet: A3, 82 and 47. RGB value is (163,130,71). Sum of RGB (Red+Green+Blue) = 163+130+71=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A38247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38247 is #5C7DB8. Grayscale: #858585. Windows color (decimal): -6061497 or 4686499. OLE color: 4686499.

HSL color Cylindrical-coordinate representation of color #A38247: hue angle of 38.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A38247 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16313071-
CMYK00.200.560.36
HSL38.48º39.32%45.88%-
HSV(B)38.48º56.44%63.92%-
XYZ24.2224.219.36-
YUV133.1492.93149.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 71 (28.12% from 255) = 19.51%
R=44.78%
G=35.71%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631307100.200.560.3638.4839.3245.88
HexA38247014382426272e
Octal2432021070247044464756
Binary10100011100000101000111010100111000100100100110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38247; }

 p { color: rgb(163,130,71); }

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

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

 a { background-color: rgb(163,130,71); }

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

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

 span { border-color: rgb(163,130,71); }

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