#A38348

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

Shades of Muddy Waters #A38348

Tints of Muddy Waters #A38348

Color information

#A38348 (or 0xA38348) is unknown color: approx Muddy Waters. HEX triplet: A3, 83 and 48. RGB value is (163,131,72). Sum of RGB (Red+Green+Blue) = 163+131+72=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A38348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38348 is #5C7CB7. Grayscale: #868686. Windows color (decimal): -6061240 or 4752291. OLE color: 4752291.

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

Color convert

RGB16313172-
CMYK00.200.560.36
HSL38.9º38.72%46.08%-
HSV(B)38.9º55.83%63.92%-
XYZ24.3924.499.57-
YUV133.8493.1148.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=44.54%
G=35.79%
B=19.67%

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
Decimal1631317200.200.560.3638.938.7246.08
HexA38348014382427272e
Octal2432031100247044474756
Binary10100011100000111001000010100111000100100100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38348; }

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

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

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

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

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

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

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

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