Html Css Color HEX #A58849 Muddy Waters

📋 copy color: '#A58849'

red 165 ◦ green 136 ◦ blue 73

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

Shades of Muddy Waters #A58849

Tints of Muddy Waters #A58849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 44.12%
G = 36.36%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A58849 (or 0xA58849) is known color: Muddy Waters. HEX triplet: A5, 88 and 49. RGB value is (165,136,73). Sum of RGB (Red+Green+Blue) = 165+136+73=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A58849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58849 is #5A77B6. Grayscale: #898989. Windows color (decimal): -5928887 or 4819109. OLE color: 4819109.

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

Color convert

RGB 165 136 73 -
CMYK 0 0.18 0.56 0.35
HSL 41.09º 0.39% 0.47% -
HSV(B) 41.09º 0.56% 0.65% -
XYZ 25.52 26.09 9.99 -
YUV 137.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 165 136 73 0 0.18 0.56 0.35 41.09 0.39 0.47
Hex A5 88 49 0 12 38 23 29 27 2F
Octal 245 210 111 0 22 70 43 51 47 57
Binary 10100101 10001000 1001001 0 10010 111000 100011 101001 100111 101111

Color Harmonies of #A58849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58849

Black with #A58849

Text Example


Text Example

White with #A58849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58849; }

 p { color: rgb(165,136,73); }

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

background-color css

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

 a { background-color: rgb(165,136,73); }

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

border-color css

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

 span { border-color: rgb(165,136,73); }

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