Html Css Color HEX #A87941 Muddy Waters

📋 copy color: '#A87941'

red 168 ◦ green 121 ◦ blue 65

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

Shades of Muddy Waters #A87941

Tints of Muddy Waters #A87941

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

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

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 47.46%
G = 34.18%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A87941 (or 0xA87941) is known color: Muddy Waters. HEX triplet: A8, 79 and 41. RGB value is (168,121,65). Sum of RGB (Red+Green+Blue) = 168+121+65=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A87941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87941 is #5786BE. Grayscale: #808080. Windows color (decimal): -5736127 or 4290984. OLE color: 4290984.

HSL color Cylindrical-coordinate representation of color #A87941: hue angle of 32.62º 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 #A87941 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 65 -
CMYK 0 0.28 0.61 0.34
HSL 32.62º 0.44% 0.46% -
HSV(B) 32.62º 0.61% 0.66% -
XYZ 23.94 22.38 8.06 -
YUV 128.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 168 121 65 0 0.28 0.61 0.34 32.62 0.44 0.46
Hex A8 79 41 0 1C 3D 22 21 2C 2E
Octal 250 171 101 0 34 75 42 41 54 56
Binary 10101000 1111001 1000001 0 11100 111101 100010 100001 101100 101110

Color Harmonies of #A87941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87941

Black with #A87941

Text Example


Text Example

White with #A87941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87941; }

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

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

background-color css

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

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

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

border-color css

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

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

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