#A7844B

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

Shades of Muddy Waters #A7844B

Tints of Muddy Waters #A7844B

Color information

#A7844B (or 0xA7844B) is unknown color: approx Muddy Waters. HEX triplet: A7, 84 and 4B. RGB value is (167,132,75). Sum of RGB (Red+Green+Blue) = 167+132+75=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7844B is #587BB4. Grayscale: #888888. Windows color (decimal): -5798837 or 4949159. OLE color: 4949159.

HSL color Cylindrical-coordinate representation of color #A7844B: hue angle of 37.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7844B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16713275-
CMYK00.210.550.35
HSL37.17º38.02%47.45%-
HSV(B)37.17º55.09%65.49%-
XYZ25.4625.2310.18-
YUV135.9793.6150.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=44.65%
G=35.29%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671327500.210.550.3537.1738.0247.45
HexA7844B015372325262f
Octal2472041130256743454657
Binary10100111100001001001011010101110111100011100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7844B; }

 p { color: rgb(167,132,75); }

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

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

 a { background-color: rgb(167,132,75); }

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

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

 span { border-color: rgb(167,132,75); }

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