Html Css Color HEX #AF7C50 Muddy Waters

📋 copy color: '#AF7C50'

red 175 ◦ green 124 ◦ blue 80

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

Shades of Muddy Waters #AF7C50

Tints of Muddy Waters #AF7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 46.17%
G = 32.72%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7C50 (or 0xAF7C50) is known color: Muddy Waters. HEX triplet: AF, 7C and 50. RGB value is (175,124,80). Sum of RGB (Red+Green+Blue) = 175+124+80=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C50 is #5083AF. Grayscale: #868686. Windows color (decimal): -5276592 or 5274799. OLE color: 5274799.

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

Color convert

RGB 175 124 80 -
CMYK 0 0.29 0.54 0.31
HSL 27.79º 0.37% 0.5% -
HSV(B) 27.79º 0.54% 0.69% -
XYZ 26.33 24.11 10.85 -
YUV 134.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 175 124 80 0 0.29 0.54 0.31 27.79 0.37 0.5
Hex AF 7C 50 0 1D 36 1F 1C 25 32
Octal 257 174 120 0 35 66 37 34 45 62
Binary 10101111 1111100 1010000 0 11101 110110 11111 11100 100101 110010

Color Harmonies of #AF7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C50

Black with #AF7C50

Text Example


Text Example

White with #AF7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C50; }

 p { color: rgb(175,124,80); }

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

background-color css

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

 a { background-color: rgb(175,124,80); }

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

border-color css

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

 span { border-color: rgb(175,124,80); }

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