Html Css Color HEX #A58453 Muddy Waters

📋 copy color: '#A58453'

red 165 ◦ green 132 ◦ blue 83

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

Shades of Muddy Waters #A58453

Tints of Muddy Waters #A58453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 43.42%
G = 34.74%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A58453 (or 0xA58453) is known color: Muddy Waters. HEX triplet: A5, 84 and 53. RGB value is (165,132,83). Sum of RGB (Red+Green+Blue) = 165+132+83=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A58453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58453 is #5A7BAC. Grayscale: #888888. Windows color (decimal): -5929901 or 5473445. OLE color: 5473445.

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

Color convert

RGB 165 132 83 -
CMYK 0 0.20 0.50 0.35
HSL 35.85º 0.33% 0.49% -
HSV(B) 35.85º 0.5% 0.65% -
XYZ 25.33 25.13 11.7 -
YUV 136.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 165 132 83 0 0.20 0.50 0.35 35.85 0.33 0.49
Hex A5 84 53 0 14 32 23 24 21 31
Octal 245 204 123 0 24 62 43 44 41 61
Binary 10100101 10000100 1010011 0 10100 110010 100011 100100 100001 110001

Color Harmonies of #A58453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58453

Black with #A58453

Text Example


Text Example

White with #A58453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58453; }

 p { color: rgb(165,132,83); }

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

background-color css

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

 a { background-color: rgb(165,132,83); }

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

border-color css

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

 span { border-color: rgb(165,132,83); }

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