#A38048

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

Shades of Muddy Waters #A38048

Tints of Muddy Waters #A38048

Color information

#A38048 (or 0xA38048) is unknown color: approx Muddy Waters. HEX triplet: A3, 80 and 48. RGB value is (163,128,72). Sum of RGB (Red+Green+Blue) = 163+128+72=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A38048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38048 is #5C7FB7. Grayscale: #848484. Windows color (decimal): -6062008 or 4751523. OLE color: 4751523.

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

Color convert

RGB16312872-
CMYK00.210.560.36
HSL36.92º38.72%46.08%-
HSV(B)36.92º55.83%63.92%-
XYZ23.9923.699.44-
YUV132.0894.1150.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=44.90%
G=35.26%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631287200.210.560.3636.9238.7246.08
HexA38048015382425272e
Octal2432001100257044454756
Binary10100011100000001001000010101111000100100100101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38048; }

 p { color: rgb(163,128,72); }

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

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

 a { background-color: rgb(163,128,72); }

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

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

 span { border-color: rgb(163,128,72); }

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