Html Css Color HEX #AF7D47 Muddy Waters

📋 copy color: '#AF7D47'

red 175 ◦ green 125 ◦ blue 71

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

Shades of Muddy Waters #AF7D47

Tints of Muddy Waters #AF7D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 47.17%
G = 33.69%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF7D47 (or 0xAF7D47) is known color: Muddy Waters. HEX triplet: AF, 7D and 47. RGB value is (175,125,71). Sum of RGB (Red+Green+Blue) = 175+125+71=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D47 is #5082B8. Grayscale: #868686. Windows color (decimal): -5276345 or 4685231. OLE color: 4685231.

HSL color Cylindrical-coordinate representation of color #AF7D47: hue angle of 31.15º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF7D47 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 71 -
CMYK 0 0.29 0.59 0.31
HSL 31.15º 0.42% 0.48% -
HSV(B) 31.15º 0.59% 0.69% -
XYZ 26.15 24.24 9.26 -
YUV 133.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 175 125 71 0 0.29 0.59 0.31 31.15 0.42 0.48
Hex AF 7D 47 0 1D 3B 1F 1F 2A 30
Octal 257 175 107 0 35 73 37 37 52 60
Binary 10101111 1111101 1000111 0 11101 111011 11111 11111 101010 110000

Color Harmonies of #AF7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D47

Black with #AF7D47

Text Example


Text Example

White with #AF7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D47; }

 p { color: rgb(175,125,71); }

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

background-color css

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

 a { background-color: rgb(175,125,71); }

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

border-color css

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

 span { border-color: rgb(175,125,71); }

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