Html Css Color HEX #AF7D53 Muddy Waters

📋 copy color: '#AF7D53'

red 175 ◦ green 125 ◦ blue 83

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

Shades of Muddy Waters #AF7D53

Tints of Muddy Waters #AF7D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 45.69%
G = 32.64%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7D53 (or 0xAF7D53) is known color: Muddy Waters. HEX triplet: AF, 7D and 53. RGB value is (175,125,83). Sum of RGB (Red+Green+Blue) = 175+125+83=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D53 is #5082AC. Grayscale: #878787. Windows color (decimal): -5276333 or 5471663. OLE color: 5471663.

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

Color convert

RGB 175 125 83 -
CMYK 0 0.29 0.53 0.31
HSL 27.39º 0.37% 0.51% -
HSV(B) 27.39º 0.53% 0.69% -
XYZ 26.57 24.41 11.49 -
YUV 135.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 175 125 83 0 0.29 0.53 0.31 27.39 0.37 0.51
Hex AF 7D 53 0 1D 35 1F 1B 25 33
Octal 257 175 123 0 35 65 37 33 45 63
Binary 10101111 1111101 1010011 0 11101 110101 11111 11011 100101 110011

Color Harmonies of #AF7D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D53

Black with #AF7D53

Text Example


Text Example

White with #AF7D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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