Html Css Color HEX #AB7947 Muddy Waters

📋 copy color: '#AB7947'

red 171 ◦ green 121 ◦ blue 71

#AB7947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AB7947

Tints of Muddy Waters #AB7947

RGB

 RED value IS 171 (67.19% from 255) = 47.11%

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 47.11%
G = 33.33%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7947 (or 0xAB7947) is known color: Muddy Waters. HEX triplet: AB, 79 and 47. RGB value is (171,121,71). Sum of RGB (Red+Green+Blue) = 171+121+71=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7947 is #5486B8. Grayscale: #828282. Windows color (decimal): -5539513 or 4684203. OLE color: 4684203.

HSL color Cylindrical-coordinate representation of color #AB7947: hue angle of 30º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB7947 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 71 -
CMYK 0 0.29 0.58 0.33
HSL 30º 0.41% 0.47% -
HSV(B) 30º 0.58% 0.67% -
XYZ 24.77 22.79 9.05 -
YUV 130.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 171 121 71 0 0.29 0.58 0.33 30 0.41 0.47
Hex AB 79 47 0 1D 3A 21 1E 29 2F
Octal 253 171 107 0 35 72 41 36 51 57
Binary 10101011 1111001 1000111 0 11101 111010 100001 11110 101001 101111

Color Harmonies of #AB7947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7947

Black with #AB7947

Text Example


Text Example

White with #AB7947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7947; }

 p { color: rgb(171,121,71); }

 H1.HeaderClassName
 {
   color: #AB7947;
 }
 .AnyTagClassName
 {
   color: #AB7947;
 }
</style>

background-color css

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

 a { background-color: rgb(171,121,71); }

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

border-color css

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

 span { border-color: rgb(171,121,71); }

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