#A38553

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

Shades of Muddy Waters #A38553

Tints of Muddy Waters #A38553

Color information

#A38553 (or 0xA38553) is unknown color: approx Muddy Waters. HEX triplet: A3, 85 and 53. RGB value is (163,133,83). Sum of RGB (Red+Green+Blue) = 163+133+83=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A38553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38553 is #5C7AAC. Grayscale: #888888. Windows color (decimal): -6060717 or 5473699. OLE color: 5473699.

HSL color Cylindrical-coordinate representation of color #A38553: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A38553 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16313383-
CMYK00.180.490.36
HSL37.5º32.52%48.24%-
HSV(B)37.5º49.08%63.92%-
XYZ25.0525.1911.72-
YUV136.2797.94147.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=43.01%
G=35.09%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631338300.180.490.3637.532.5248.24
HexA385530123124262130
Octal2432051230226144464160
Binary10100011100001011010011010010110001100100100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38553; }

 p { color: rgb(163,133,83); }

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

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

 a { background-color: rgb(163,133,83); }

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

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

 span { border-color: rgb(163,133,83); }

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