Html Css Color HEX #A5854D Muddy Waters

📋 copy color: '#A5854D'

red 165 ◦ green 133 ◦ blue 77

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

Shades of Muddy Waters #A5854D

Tints of Muddy Waters #A5854D

RGB

 RED value IS 165 (64.84% from 255) = 44%

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

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

R = 44%
G = 35.47%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5854D (or 0xA5854D) is known color: Muddy Waters. HEX triplet: A5, 85 and 4D. RGB value is (165,133,77). Sum of RGB (Red+Green+Blue) = 165+133+77=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5854D is #5A7AB2. Grayscale: #888888. Windows color (decimal): -5929651 or 5080485. OLE color: 5080485.

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

Color convert

RGB 165 133 77 -
CMYK 0 0.19 0.53 0.35
HSL 38.18º 0.36% 0.47% -
HSV(B) 38.18º 0.53% 0.65% -
XYZ 25.24 25.31 10.58 -
YUV 136.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 165 133 77 0 0.19 0.53 0.35 38.18 0.36 0.47
Hex A5 85 4D 0 13 35 23 26 24 2F
Octal 245 205 115 0 23 65 43 46 44 57
Binary 10100101 10000101 1001101 0 10011 110101 100011 100110 100100 101111

Color Harmonies of #A5854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5854D

Black with #A5854D

Text Example


Text Example

White with #A5854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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