Html Css Color HEX #A3834D Muddy Waters

📋 copy color: '#A3834D'

red 163 ◦ green 131 ◦ blue 77

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

Shades of Muddy Waters #A3834D

Tints of Muddy Waters #A3834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 43.94%
G = 35.31%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3834D (or 0xA3834D) is known color: Muddy Waters. HEX triplet: A3, 83 and 4D. RGB value is (163,131,77). Sum of RGB (Red+Green+Blue) = 163+131+77=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3834D is #5C7CB2. Grayscale: #868686. Windows color (decimal): -6061235 or 5079971. OLE color: 5079971.

HSL color Cylindrical-coordinate representation of color #A3834D: hue angle of 37.67º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3834D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 77 -
CMYK 0 0.20 0.53 0.36
HSL 37.67º 0.36% 0.47% -
HSV(B) 37.67º 0.53% 0.64% -
XYZ 24.56 24.55 10.47 -
YUV 134.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 163 131 77 0 0.20 0.53 0.36 37.67 0.36 0.47
Hex A3 83 4D 0 14 35 24 26 24 2F
Octal 243 203 115 0 24 65 44 46 44 57
Binary 10100011 10000011 1001101 0 10100 110101 100100 100110 100100 101111

Color Harmonies of #A3834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3834D

Black with #A3834D

Text Example


Text Example

White with #A3834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3834D; }

 p { color: rgb(163,131,77); }

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

background-color css

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

 a { background-color: rgb(163,131,77); }

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

border-color css

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

 span { border-color: rgb(163,131,77); }

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