Html Css Color HEX #A37D45 Muddy Waters

📋 copy color: '#A37D45'

red 163 ◦ green 125 ◦ blue 69

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

Shades of Muddy Waters #A37D45

Tints of Muddy Waters #A37D45

RGB

 RED value IS 163 (64.06% from 255) = 45.66%

 GREEN value IS 125 (49.22% from 255) = 35.01%

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

R = 45.66%
G = 35.01%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A37D45 (or 0xA37D45) is known color: Muddy Waters. HEX triplet: A3, 7D and 45. RGB value is (163,125,69). Sum of RGB (Red+Green+Blue) = 163+125+69=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D45 is #5C82BA. Grayscale: #828282. Windows color (decimal): -6062779 or 4554147. OLE color: 4554147.

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

Color convert

RGB 163 125 69 -
CMYK 0 0.23 0.58 0.36
HSL 35.74º 0.41% 0.45% -
HSV(B) 35.74º 0.58% 0.64% -
XYZ 23.51 22.88 8.81 -
YUV 129.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 163 125 69 0 0.23 0.58 0.36 35.74 0.41 0.45
Hex A3 7D 45 0 17 3A 24 24 29 2D
Octal 243 175 105 0 27 72 44 44 51 55
Binary 10100011 1111101 1000101 0 10111 111010 100100 100100 101001 101101

Color Harmonies of #A37D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D45

Black with #A37D45

Text Example


Text Example

White with #A37D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D45; }

 p { color: rgb(163,125,69); }

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

background-color css

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

 a { background-color: rgb(163,125,69); }

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

border-color css

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

 span { border-color: rgb(163,125,69); }

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