Html Css Color HEX #A48353 Muddy Waters

📋 copy color: '#A48353'

red 164 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #A48353

Tints of Muddy Waters #A48353

RGB

 RED value IS 164 (64.45% from 255) = 43.39%

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

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

R = 43.39%
G = 34.66%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A48353 (or 0xA48353) is known color: Muddy Waters. HEX triplet: A4, 83 and 53. RGB value is (164,131,83). Sum of RGB (Red+Green+Blue) = 164+131+83=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A48353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48353 is #5B7CAC. Grayscale: #878787. Windows color (decimal): -5995693 or 5473188. OLE color: 5473188.

HSL color Cylindrical-coordinate representation of color #A48353: hue angle of 35.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48353 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 83 -
CMYK 0 0.20 0.49 0.36
HSL 35.56º 0.33% 0.48% -
HSV(B) 35.56º 0.49% 0.64% -
XYZ 24.99 24.75 11.64 -
YUV 135.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 164 131 83 0 0.20 0.49 0.36 35.56 0.33 0.48
Hex A4 83 53 0 14 31 24 24 21 30
Octal 244 203 123 0 24 61 44 44 41 60
Binary 10100100 10000011 1010011 0 10100 110001 100100 100100 100001 110000

Color Harmonies of #A48353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48353

Black with #A48353

Text Example


Text Example

White with #A48353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48353; }

 p { color: rgb(164,131,83); }

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

background-color css

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

 a { background-color: rgb(164,131,83); }

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

border-color css

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

 span { border-color: rgb(164,131,83); }

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