Html Css Color HEX #AD7B41 Muddy Waters

📋 copy color: '#AD7B41'

red 173 ◦ green 123 ◦ blue 65

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

Shades of Muddy Waters #AD7B41

Tints of Muddy Waters #AD7B41

RGB

 RED value IS 173 (67.97% from 255) = 47.92%

 GREEN value IS 123 (48.44% from 255) = 34.07%

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

R = 47.92%
G = 34.07%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD7B41 (or 0xAD7B41) is known color: Muddy Waters. HEX triplet: AD, 7B and 41. RGB value is (173,123,65). Sum of RGB (Red+Green+Blue) = 173+123+65=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B41 is #5284BE. Grayscale: #838383. Windows color (decimal): -5407935 or 4291501. OLE color: 4291501.

HSL color Cylindrical-coordinate representation of color #AD7B41: hue angle of 32.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD7B41 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 123 65 -
CMYK 0 0.29 0.62 0.32
HSL 32.22º 0.45% 0.47% -
HSV(B) 32.22º 0.62% 0.68% -
XYZ 25.27 23.43 8.19 -
YUV 131.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 173 123 65 0 0.29 0.62 0.32 32.22 0.45 0.47
Hex AD 7B 41 0 1D 3E 20 20 2D 2F
Octal 255 173 101 0 35 76 40 40 55 57
Binary 10101101 1111011 1000001 0 11101 111110 100000 100000 101101 101111

Color Harmonies of #AD7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B41

Black with #AD7B41

Text Example


Text Example

White with #AD7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B41; }

 p { color: rgb(173,123,65); }

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

background-color css

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

 a { background-color: rgb(173,123,65); }

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

border-color css

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

 span { border-color: rgb(173,123,65); }

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