Html Css Color HEX #A58748 Muddy Waters

📋 copy color: '#A58748'

red 165 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #A58748

Tints of Muddy Waters #A58748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 44.35%
G = 36.29%
B = 19.35%

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

#A58748 (or 0xA58748) is known color: Muddy Waters. HEX triplet: A5, 87 and 48. RGB value is (165,135,72). Sum of RGB (Red+Green+Blue) = 165+135+72=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A58748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58748 is #5A78B7. Grayscale: #898989. Windows color (decimal): -5929144 or 4753317. OLE color: 4753317.

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

Color convert

RGB 165 135 72 -
CMYK 0 0.18 0.56 0.35
HSL 40.65º 0.39% 0.46% -
HSV(B) 40.65º 0.56% 0.65% -
XYZ 25.35 25.8 9.77 -
YUV 136.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 165 135 72 0 0.18 0.56 0.35 40.65 0.39 0.46
Hex A5 87 48 0 12 38 23 29 27 2E
Octal 245 207 110 0 22 70 43 51 47 56
Binary 10100101 10000111 1001000 0 10010 111000 100011 101001 100111 101110

Color Harmonies of #A58748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58748

Black with #A58748

Text Example


Text Example

White with #A58748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58748; }

 p { color: rgb(165,135,72); }

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

background-color css

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

 a { background-color: rgb(165,135,72); }

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

border-color css

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

 span { border-color: rgb(165,135,72); }

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