Html Css Color HEX #A37D41 Muddy Waters

📋 copy color: '#A37D41'

red 163 ◦ green 125 ◦ blue 65

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

Shades of Muddy Waters #A37D41

Tints of Muddy Waters #A37D41

RGB

 RED value IS 163 (64.06% from 255) = 46.18%

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

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

R = 46.18%
G = 35.41%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37D41 (or 0xA37D41) is known color: Muddy Waters. HEX triplet: A3, 7D and 41. RGB value is (163,125,65). Sum of RGB (Red+Green+Blue) = 163+125+65=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D41 is #5C82BE. Grayscale: #818181. Windows color (decimal): -6062783 or 4292003. OLE color: 4292003.

HSL color Cylindrical-coordinate representation of color #A37D41: hue angle of 36.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37D41 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 65 -
CMYK 0 0.23 0.60 0.36
HSL 36.73º 0.43% 0.45% -
HSV(B) 36.73º 0.6% 0.64% -
XYZ 23.39 22.84 8.18 -
YUV 129.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 163 125 65 0 0.23 0.60 0.36 36.73 0.43 0.45
Hex A3 7D 41 0 17 3C 24 25 2B 2D
Octal 243 175 101 0 27 74 44 45 53 55
Binary 10100011 1111101 1000001 0 10111 111100 100100 100101 101011 101101

Color Harmonies of #A37D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D41

Black with #A37D41

Text Example


Text Example

White with #A37D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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