Html Css Color HEX #A3844B Muddy Waters

📋 copy color: '#A3844B'

red 163 ◦ green 132 ◦ blue 75

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

Shades of Muddy Waters #A3844B

Tints of Muddy Waters #A3844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 44.05%
G = 35.68%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3844B (or 0xA3844B) is known color: Muddy Waters. HEX triplet: A3, 84 and 4B. RGB value is (163,132,75). Sum of RGB (Red+Green+Blue) = 163+132+75=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3844B is #5C7BB4. Grayscale: #878787. Windows color (decimal): -6060981 or 4949155. OLE color: 4949155.

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

Color convert

RGB 163 132 75 -
CMYK 0 0.19 0.54 0.36
HSL 38.86º 0.37% 0.47% -
HSV(B) 38.86º 0.54% 0.64% -
XYZ 24.63 24.8 10.15 -
YUV 134.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 163 132 75 0 0.19 0.54 0.36 38.86 0.37 0.47
Hex A3 84 4B 0 13 36 24 27 25 2F
Octal 243 204 113 0 23 66 44 47 45 57
Binary 10100011 10000100 1001011 0 10011 110110 100100 100111 100101 101111

Color Harmonies of #A3844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3844B

Black with #A3844B

Text Example


Text Example

White with #A3844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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