Html Css Color HEX #A3874B Muddy Waters

📋 copy color: '#A3874B'

red 163 ◦ green 135 ◦ blue 75

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

Shades of Muddy Waters #A3874B

Tints of Muddy Waters #A3874B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 43.7%
G = 36.19%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3874B (or 0xA3874B) is known color: Muddy Waters. HEX triplet: A3, 87 and 4B. RGB value is (163,135,75). Sum of RGB (Red+Green+Blue) = 163+135+75=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3874B is #5C78B4. Grayscale: #888888. Windows color (decimal): -6060213 or 4949923. OLE color: 4949923.

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

Color convert

RGB 163 135 75 -
CMYK 0 0.17 0.54 0.36
HSL 40.91º 0.37% 0.47% -
HSV(B) 40.91º 0.54% 0.64% -
XYZ 25.04 25.62 10.28 -
YUV 136.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 163 135 75 0 0.17 0.54 0.36 40.91 0.37 0.47
Hex A3 87 4B 0 11 36 24 29 25 2F
Octal 243 207 113 0 21 66 44 51 45 57
Binary 10100011 10000111 1001011 0 10001 110110 100100 101001 100101 101111

Color Harmonies of #A3874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3874B

Black with #A3874B

Text Example


Text Example

White with #A3874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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