Html Css Color HEX #AF7D41 Muddy Waters

📋 copy color: '#AF7D41'

red 175 ◦ green 125 ◦ blue 65

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

Shades of Muddy Waters #AF7D41

Tints of Muddy Waters #AF7D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 47.95%
G = 34.25%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7D41 (or 0xAF7D41) is known color: Muddy Waters. HEX triplet: AF, 7D and 41. RGB value is (175,125,65). Sum of RGB (Red+Green+Blue) = 175+125+65=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D41 is #5082BE. Grayscale: #858585. Windows color (decimal): -5276351 or 4292015. OLE color: 4292015.

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

Color convert

RGB 175 125 65 -
CMYK 0 0.29 0.63 0.31
HSL 32.73º 0.46% 0.47% -
HSV(B) 32.73º 0.63% 0.69% -
XYZ 25.97 24.16 8.3 -
YUV 133.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 175 125 65 0 0.29 0.63 0.31 32.73 0.46 0.47
Hex AF 7D 41 0 1D 3F 1F 21 2E 2F
Octal 257 175 101 0 35 77 37 41 56 57
Binary 10101111 1111101 1000001 0 11101 111111 11111 100001 101110 101111

Color Harmonies of #AF7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D41

Black with #AF7D41

Text Example


Text Example

White with #AF7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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