#A87B41

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

Shades of Muddy Waters #A87B41

Tints of Muddy Waters #A87B41

Color information

#A87B41 (or 0xA87B41) is unknown color: approx Muddy Waters. HEX triplet: A8, 7B and 41. RGB value is (168,123,65). Sum of RGB (Red+Green+Blue) = 168+123+65=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B41 is #5784BE. Grayscale: #828282. Windows color (decimal): -5735615 or 4291496. OLE color: 4291496.

HSL color Cylindrical-coordinate representation of color #A87B41: hue angle of 33.79º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A87B41 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16812365-
CMYK00.270.610.34
HSL33.79º44.21%45.69%-
HSV(B)33.79º61.31%65.88%-
XYZ24.1922.878.14-
YUV129.8491.41155.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=47.19%
G=34.55%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681236500.270.610.3433.7944.2145.69
HexA87B4101B3D22222c2e
Octal2501731010337542425456
Binary1010100011110111000001011011111101100010100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B41; }

 p { color: rgb(168,123,65); }

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

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

 a { background-color: rgb(168,123,65); }

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

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

 span { border-color: rgb(168,123,65); }

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