Html Css Color HEX #A37E48 Muddy Waters

📋 copy color: '#A37E48'

red 163 ◦ green 126 ◦ blue 72

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

Shades of Muddy Waters #A37E48

Tints of Muddy Waters #A37E48

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

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

R = 45.15%
G = 34.9%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A37E48 (or 0xA37E48) is known color: Muddy Waters. HEX triplet: A3, 7E and 48. RGB value is (163,126,72). Sum of RGB (Red+Green+Blue) = 163+126+72=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E48 is #5C81B7. Grayscale: #838383. Windows color (decimal): -6062520 or 4751011. OLE color: 4751011.

HSL color Cylindrical-coordinate representation of color #A37E48: hue angle of 35.6º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A37E48 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 126 72 -
CMYK 0 0.23 0.56 0.36
HSL 35.6º 0.39% 0.46% -
HSV(B) 35.6º 0.56% 0.64% -
XYZ 23.73 23.18 9.35 -
YUV 130.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 163 126 72 0 0.23 0.56 0.36 35.6 0.39 0.46
Hex A3 7E 48 0 17 38 24 24 27 2E
Octal 243 176 110 0 27 70 44 44 47 56
Binary 10100011 1111110 1001000 0 10111 111000 100100 100100 100111 101110

Color Harmonies of #A37E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E48

Black with #A37E48

Text Example


Text Example

White with #A37E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E48; }

 p { color: rgb(163,126,72); }

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

background-color css

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

 a { background-color: rgb(163,126,72); }

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

border-color css

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

 span { border-color: rgb(163,126,72); }

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