#A7874B

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

Shades of Muddy Waters #A7874B

Tints of Muddy Waters #A7874B

Color information

#A7874B (or 0xA7874B) is unknown color: approx Muddy Waters. HEX triplet: A7, 87 and 4B. RGB value is (167,135,75). Sum of RGB (Red+Green+Blue) = 167+135+75=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7874B is #5878B4. Grayscale: #8A8A8A. Windows color (decimal): -5798069 or 4949927. OLE color: 4949927.

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

Color convert

RGB16713575-
CMYK00.190.550.35
HSL39.13º38.02%47.45%-
HSV(B)39.13º55.09%65.49%-
XYZ25.8726.0510.32-
YUV137.7392.6148.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=44.30%
G=35.81%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671357500.190.550.3539.1338.0247.45
HexA7874B013372327262f
Octal2472071130236743474657
Binary10100111100001111001011010011110111100011100111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7874B; }

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

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

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

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

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

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

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

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