Html Css Color HEX #A58352 Muddy Waters

📋 copy color: '#A58352'

red 165 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #A58352

Tints of Muddy Waters #A58352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 43.65%
G = 34.66%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A58352 (or 0xA58352) is known color: Muddy Waters. HEX triplet: A5, 83 and 52. RGB value is (165,131,82). Sum of RGB (Red+Green+Blue) = 165+131+82=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A58352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58352 is #5A7CAD. Grayscale: #878787. Windows color (decimal): -5930158 or 5407653. OLE color: 5407653.

HSL color Cylindrical-coordinate representation of color #A58352: hue angle of 35.42º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A58352 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 131 82 -
CMYK 0 0.21 0.50 0.35
HSL 35.42º 0.34% 0.48% -
HSV(B) 35.42º 0.5% 0.65% -
XYZ 25.16 24.84 11.45 -
YUV 135.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 165 131 82 0 0.21 0.50 0.35 35.42 0.34 0.48
Hex A5 83 52 0 15 32 23 23 22 30
Octal 245 203 122 0 25 62 43 43 42 60
Binary 10100101 10000011 1010010 0 10101 110010 100011 100011 100010 110000

Color Harmonies of #A58352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58352

Black with #A58352

Text Example


Text Example

White with #A58352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58352; }

 p { color: rgb(165,131,82); }

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

background-color css

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

 a { background-color: rgb(165,131,82); }

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

border-color css

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

 span { border-color: rgb(165,131,82); }

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