Html Css Color HEX #AF7C48 Muddy Waters

📋 copy color: '#AF7C48'

red 175 ◦ green 124 ◦ blue 72

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

Shades of Muddy Waters #AF7C48

Tints of Muddy Waters #AF7C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 47.17%
G = 33.42%
B = 19.41%

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

#AF7C48 (or 0xAF7C48) is known color: Muddy Waters. HEX triplet: AF, 7C and 48. RGB value is (175,124,72). Sum of RGB (Red+Green+Blue) = 175+124+72=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C48 is #5083B7. Grayscale: #858585. Windows color (decimal): -5276600 or 4750511. OLE color: 4750511.

HSL color Cylindrical-coordinate representation of color #AF7C48: hue angle of 30.29º 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 #AF7C48 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 72 -
CMYK 0 0.29 0.59 0.31
HSL 30.29º 0.42% 0.48% -
HSV(B) 30.29º 0.59% 0.69% -
XYZ 26.06 24 9.39 -
YUV 133.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 175 124 72 0 0.29 0.59 0.31 30.29 0.42 0.48
Hex AF 7C 48 0 1D 3B 1F 1E 2A 30
Octal 257 174 110 0 35 73 37 36 52 60
Binary 10101111 1111100 1001000 0 11101 111011 11111 11110 101010 110000

Color Harmonies of #AF7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C48

Black with #AF7C48

Text Example


Text Example

White with #AF7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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