Html Css Color HEX #A47B45 Muddy Waters

📋 copy color: '#A47B45'

red 164 ◦ green 123 ◦ blue 69

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

Shades of Muddy Waters #A47B45

Tints of Muddy Waters #A47B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 46.07%
G = 34.55%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A47B45 (or 0xA47B45) is known color: Muddy Waters. HEX triplet: A4, 7B and 45. RGB value is (164,123,69). Sum of RGB (Red+Green+Blue) = 164+123+69=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B45 is #5B84BA. Grayscale: #818181. Windows color (decimal): -5997755 or 4553636. OLE color: 4553636.

HSL color Cylindrical-coordinate representation of color #A47B45: hue angle of 34.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A47B45 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 69 -
CMYK 0 0.25 0.58 0.36
HSL 34.11º 0.41% 0.46% -
HSV(B) 34.11º 0.58% 0.64% -
XYZ 23.47 22.49 8.73 -
YUV 129.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 164 123 69 0 0.25 0.58 0.36 34.11 0.41 0.46
Hex A4 7B 45 0 19 3A 24 22 29 2E
Octal 244 173 105 0 31 72 44 42 51 56
Binary 10100100 1111011 1000101 0 11001 111010 100100 100010 101001 101110

Color Harmonies of #A47B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B45

Black with #A47B45

Text Example


Text Example

White with #A47B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B45; }

 p { color: rgb(164,123,69); }

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

background-color css

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

 a { background-color: rgb(164,123,69); }

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

border-color css

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

 span { border-color: rgb(164,123,69); }

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