Html Css Color HEX #AF7949 Muddy Waters

📋 copy color: '#AF7949'

red 175 ◦ green 121 ◦ blue 73

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

Shades of Muddy Waters #AF7949

Tints of Muddy Waters #AF7949

RGB

 RED value IS 175 (68.75% from 255) = 47.43%

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

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 47.43%
G = 32.79%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7949 (or 0xAF7949) is known color: Muddy Waters. HEX triplet: AF, 79 and 49. RGB value is (175,121,73). Sum of RGB (Red+Green+Blue) = 175+121+73=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7949 is #5086B6. Grayscale: #838383. Windows color (decimal): -5277367 or 4815279. OLE color: 4815279.

HSL color Cylindrical-coordinate representation of color #AF7949: hue angle of 28.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF7949 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 73 -
CMYK 0 0.31 0.58 0.31
HSL 28.24º 0.41% 0.49% -
HSV(B) 28.24º 0.58% 0.69% -
XYZ 25.72 23.27 9.44 -
YUV 131.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 175 121 73 0 0.31 0.58 0.31 28.24 0.41 0.49
Hex AF 79 49 0 1F 3A 1F 1C 29 31
Octal 257 171 111 0 37 72 37 34 51 61
Binary 10101111 1111001 1001001 0 11111 111010 11111 11100 101001 110001

Color Harmonies of #AF7949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7949

Black with #AF7949

Text Example


Text Example

White with #AF7949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7949; }

 p { color: rgb(175,121,73); }

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

background-color css

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

 a { background-color: rgb(175,121,73); }

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

border-color css

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

 span { border-color: rgb(175,121,73); }

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