#A38452

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

Shades of Muddy Waters #A38452

Tints of Muddy Waters #A38452

Color information

#A38452 (or 0xA38452) is unknown color: approx Muddy Waters. HEX triplet: A3, 84 and 52. RGB value is (163,132,82). Sum of RGB (Red+Green+Blue) = 163+132+82=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38452 is #5C7BAD. Grayscale: #878787. Windows color (decimal): -6060974 or 5407907. OLE color: 5407907.

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

Color convert

RGB16313282-
CMYK00.190.500.36
HSL37.04º33.06%48.04%-
HSV(B)37.04º49.69%63.92%-
XYZ24.8824.911.48-
YUV135.5797.77147.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=43.24%
G=35.01%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631328200.190.500.3637.0433.0648.04
HexA384520133224252130
Octal2432041220236244454160
Binary10100011100001001010010010011110010100100100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38452; }

 p { color: rgb(163,132,82); }

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

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

 a { background-color: rgb(163,132,82); }

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

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

 span { border-color: rgb(163,132,82); }

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