#A7854B

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

Shades of Muddy Waters #A7854B

Tints of Muddy Waters #A7854B

Color information

#A7854B (or 0xA7854B) is unknown color: approx Muddy Waters. HEX triplet: A7, 85 and 4B. RGB value is (167,133,75). Sum of RGB (Red+Green+Blue) = 167+133+75=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7854B is #587AB4. Grayscale: #888888. Windows color (decimal): -5798581 or 4949415. OLE color: 4949415.

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

Color convert

RGB16713375-
CMYK00.200.550.35
HSL37.83º38.02%47.45%-
HSV(B)37.83º55.09%65.49%-
XYZ25.5925.510.23-
YUV136.5593.26149.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 75 (29.69% from 255) = 20%
R=44.53%
G=35.47%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671337500.200.550.3537.8338.0247.45
HexA7854B014372326262f
Octal2472051130246743464657
Binary10100111100001011001011010100110111100011100110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7854B; }

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

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

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

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

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

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

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

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