Html Css Color HEX #A48453 Muddy Waters

📋 copy color: '#A48453'

red 164 ◦ green 132 ◦ blue 83

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

Shades of Muddy Waters #A48453

Tints of Muddy Waters #A48453

RGB

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

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

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

R = 43.27%
G = 34.83%
B = 21.9%

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

#A48453 (or 0xA48453) is known color: Muddy Waters. HEX triplet: A4, 84 and 53. RGB value is (164,132,83). Sum of RGB (Red+Green+Blue) = 164+132+83=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A48453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48453 is #5B7BAC. Grayscale: #888888. Windows color (decimal): -5995437 or 5473444. OLE color: 5473444.

HSL color Cylindrical-coordinate representation of color #A48453: hue angle of 36.3º 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 #A48453 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 83 -
CMYK 0 0.20 0.49 0.36
HSL 36.3º 0.33% 0.48% -
HSV(B) 36.3º 0.49% 0.64% -
XYZ 25.12 25.02 11.69 -
YUV 135.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 164 132 83 0 0.20 0.49 0.36 36.3 0.33 0.48
Hex A4 84 53 0 14 31 24 24 21 30
Octal 244 204 123 0 24 61 44 44 41 60
Binary 10100100 10000100 1010011 0 10100 110001 100100 100100 100001 110000

Color Harmonies of #A48453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48453

Black with #A48453

Text Example


Text Example

White with #A48453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48453; }

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

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

background-color css

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

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

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

border-color css

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

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

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