Html Css Color HEX #A3874D Muddy Waters

📋 copy color: '#A3874D'

red 163 ◦ green 135 ◦ blue 77

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

Shades of Muddy Waters #A3874D

Tints of Muddy Waters #A3874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 43.47%
G = 36%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3874D (or 0xA3874D) is known color: Muddy Waters. HEX triplet: A3, 87 and 4D. RGB value is (163,135,77). Sum of RGB (Red+Green+Blue) = 163+135+77=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3874D is #5C78B2. Grayscale: #898989. Windows color (decimal): -6060211 or 5080995. OLE color: 5080995.

HSL color Cylindrical-coordinate representation of color #A3874D: hue angle of 40.47º 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 #A3874D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 77 -
CMYK 0 0.17 0.53 0.36
HSL 40.47º 0.36% 0.47% -
HSV(B) 40.47º 0.53% 0.64% -
XYZ 25.11 25.65 10.65 -
YUV 136.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 163 135 77 0 0.17 0.53 0.36 40.47 0.36 0.47
Hex A3 87 4D 0 11 35 24 28 24 2F
Octal 243 207 115 0 21 65 44 50 44 57
Binary 10100011 10000111 1001101 0 10001 110101 100100 101000 100100 101111

Color Harmonies of #A3874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3874D

Black with #A3874D

Text Example


Text Example

White with #A3874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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