Html Css Color HEX #A37841 Muddy Waters

📋 copy color: '#A37841'

red 163 ◦ green 120 ◦ blue 65

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

Shades of Muddy Waters #A37841

Tints of Muddy Waters #A37841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 46.84%
G = 34.48%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37841 (or 0xA37841) is known color: Muddy Waters. HEX triplet: A3, 78 and 41. RGB value is (163,120,65). Sum of RGB (Red+Green+Blue) = 163+120+65=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A37841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37841 is #5C87BE. Grayscale: #7E7E7E. Windows color (decimal): -6064063 or 4290723. OLE color: 4290723.

HSL color Cylindrical-coordinate representation of color #A37841: hue angle of 33.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37841 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 120 65 -
CMYK 0 0.26 0.60 0.36
HSL 33.67º 0.43% 0.45% -
HSV(B) 33.67º 0.6% 0.64% -
XYZ 22.77 21.6 7.97 -
YUV 126.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 163 120 65 0 0.26 0.60 0.36 33.67 0.43 0.45
Hex A3 78 41 0 1A 3C 24 22 2B 2D
Octal 243 170 101 0 32 74 44 42 53 55
Binary 10100011 1111000 1000001 0 11010 111100 100100 100010 101011 101101

Color Harmonies of #A37841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37841

Black with #A37841

Text Example


Text Example

White with #A37841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37841; }

 p { color: rgb(163,120,65); }

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

background-color css

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

 a { background-color: rgb(163,120,65); }

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

border-color css

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

 span { border-color: rgb(163,120,65); }

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