Html Css Color HEX #A48350 Muddy Waters

📋 copy color: '#A48350'

red 164 ◦ green 131 ◦ blue 80

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

Shades of Muddy Waters #A48350

Tints of Muddy Waters #A48350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 43.73%
G = 34.93%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A48350 (or 0xA48350) is known color: Muddy Waters. HEX triplet: A4, 83 and 50. RGB value is (164,131,80). Sum of RGB (Red+Green+Blue) = 164+131+80=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A48350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48350 is #5B7CAF. Grayscale: #878787. Windows color (decimal): -5995696 or 5276580. OLE color: 5276580.

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

Color convert

RGB 164 131 80 -
CMYK 0 0.20 0.51 0.36
HSL 36.43º 0.34% 0.48% -
HSV(B) 36.43º 0.51% 0.64% -
XYZ 24.87 24.7 11.05 -
YUV 135.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 164 131 80 0 0.20 0.51 0.36 36.43 0.34 0.48
Hex A4 83 50 0 14 33 24 24 22 30
Octal 244 203 120 0 24 63 44 44 42 60
Binary 10100100 10000011 1010000 0 10100 110011 100100 100100 100010 110000

Color Harmonies of #A48350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48350

Black with #A48350

Text Example


Text Example

White with #A48350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48350; }

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

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

background-color css

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

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

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

border-color css

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

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

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