Html Css Color HEX #A4854D Muddy Waters

📋 copy color: '#A4854D'

red 164 ◦ green 133 ◦ blue 77

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

Shades of Muddy Waters #A4854D

Tints of Muddy Waters #A4854D

RGB

 RED value IS 164 (64.45% from 255) = 43.85%

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 43.85%
G = 35.56%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4854D (or 0xA4854D) is known color: Muddy Waters. HEX triplet: A4, 85 and 4D. RGB value is (164,133,77). Sum of RGB (Red+Green+Blue) = 164+133+77=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4854D is #5B7AB2. Grayscale: #888888. Windows color (decimal): -5995187 or 5080484. OLE color: 5080484.

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

Color convert

RGB 164 133 77 -
CMYK 0 0.19 0.53 0.36
HSL 38.62º 0.36% 0.47% -
HSV(B) 38.62º 0.53% 0.64% -
XYZ 25.04 25.2 10.57 -
YUV 135.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 164 133 77 0 0.19 0.53 0.36 38.62 0.36 0.47
Hex A4 85 4D 0 13 35 24 27 24 2F
Octal 244 205 115 0 23 65 44 47 44 57
Binary 10100100 10000101 1001101 0 10011 110101 100100 100111 100100 101111

Color Harmonies of #A4854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4854D

Black with #A4854D

Text Example


Text Example

White with #A4854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4854D; }

 p { color: rgb(164,133,77); }

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

background-color css

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

 a { background-color: rgb(164,133,77); }

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

border-color css

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

 span { border-color: rgb(164,133,77); }

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